fix typo in comment in __randname

This commit is contained in:
Rich Felker 2013-09-04 10:23:42 -04:00
parent b4b9743c00
commit ff4d6020d1
1 changed files with 1 additions and 1 deletions

View 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;