Преглед на файлове

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;