From ff4d6020d1c8aaab4f05e561789d6dad3d7ef083 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 4 Sep 2013 10:23:42 -0400 Subject: fix typo in comment in __randname --- src/temp/__randname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/temp/__randname.c b/src/temp/__randname.c index b097576d..38c99d3f 100644 --- a/src/temp/__randname.c +++ b/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; -- cgit v1.2.1