summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-09-04 10:23:42 -0400
committerRich Felker <dalias@aerifal.cx>2013-09-04 10:23:42 -0400
commitff4d6020d1c8aaab4f05e561789d6dad3d7ef083 (patch)
treee212d74498c18f779eb5264da9ba5cfed0019c58
parentb4b9743c0003b9538cbc90c602f55c0ed3f16d17 (diff)
downloadmusl-ff4d6020d1c8aaab4f05e561789d6dad3d7ef083.tar.gz
fix typo in comment in __randname
-rw-r--r--src/temp/__randname.c2
1 files changed, 1 insertions, 1 deletions
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;