projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e5051
)
Correct typos in comment.
author
drepper
<drepper>
Thu, 22 May 1997 00:29:52 +0000
(
00:29
+0000)
committer
drepper
<drepper>
Thu, 22 May 1997 00:29:52 +0000
(
00:29
+0000)
string/strverscmp.c
patch
|
blob
|
history
diff --git
a/string/strverscmp.c
b/string/strverscmp.c
index
388df75
..
815073e
100644
(file)
--- a/
string/strverscmp.c
+++ b/
string/strverscmp.c
@@
-22,7
+22,7
@@
#include <ctype.h>
/* states: S_N: normal, S_I: comparing integral part, S_F: comparing
-
F
ractionnal parts, S_Z: idem but with leading Zeroes only */
+
f
ractionnal parts, S_Z: idem but with leading Zeroes only */
#define S_N 0x0
#define S_I 0x4
#define S_F 0x8