fix typo in comment in __randname
authorRich Felker <dalias@aerifal.cx>
Wed, 4 Sep 2013 14:23:42 +0000 (10:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 Sep 2013 14:23:42 +0000 (10:23 -0400)
src/temp/__randname.c

index b097576..38c99d3 100644 (file)
@@ -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;