From: Rich Felker Date: Wed, 4 Sep 2013 14:23:42 +0000 (-0400) Subject: fix typo in comment in __randname X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ff4d6020d1c8aaab4f05e561789d6dad3d7ef083;p=musl fix typo in comment in __randname --- 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;