projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d4196
)
fix typo in comment
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Jul 1997 15:33:27 +0000
(15:33 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Jul 1997 15:33:27 +0000
(15:33 +0000)
lib/strverscmp.c
patch
|
blob
|
history
diff --git
a/lib/strverscmp.c
b/lib/strverscmp.c
index 067000e30537ad7921e229ac95c07174b114934e..defef435522cbe00ec9846f239c1bffe2b1da6a8 100644
(file)
--- a/
lib/strverscmp.c
+++ b/
lib/strverscmp.c
@@
-22,7
+22,7
@@
#include <ctype.h>
/* states: S_N: normal, S_I: comparing integral part, S_F: comparing
- Fraction
n
al parts, S_Z: idem but with leading Zeroes only */
+ Fractional parts, S_Z: idem but with leading Zeroes only */
#define S_N 0x0
#define S_I 0x4
#define S_F 0x8