fix typo in comment
authorJim Meyering <jim@meyering.net>
Wed, 9 Jul 1997 15:33:27 +0000 (15:33 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Jul 1997 15:33:27 +0000 (15:33 +0000)
lib/strverscmp.c

index 067000e..defef43 100644 (file)
@@ -22,7 +22,7 @@
 #include <ctype.h>
 
 /* states: S_N: normal, S_I: comparing integral part, S_F: comparing
-           Fractionnal 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