projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b9743
)
fix typo in comment in __randname
author
Rich Felker
<dalias@aerifal.cx>
Wed, 4 Sep 2013 14:23:42 +0000
(10:23 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 4 Sep 2013 14:23:42 +0000
(10:23 -0400)
src/temp/__randname.c
patch
|
blob
|
history
diff --git
a/src/temp/__randname.c
b/src/temp/__randname.c
index b097576d832baac9864f07fd339cc31f48fbfb2e..38c99d3f48b4cd57dba799f567cfe4b134b559a4 100644
(file)
--- 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 alr
e
ady been made */
char *__randname(char *template)
{
int i;