浏览代码

fix typo in comment in __randname

Rich Felker 11 年之前
父节点
当前提交
ff4d6020d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/temp/__randname.c

+ 1 - 1
src/temp/__randname.c

@@ -5,7 +5,7 @@
 int __clock_gettime(clockid_t, struct timespec *);
 
 /* This assumes that a check for the
-   template size has alrady been made */
+   template size has already been made */
 char *__randname(char *template)
 {
 	int i;