changeset 975:20bc58ea77fe

fix typo in comment
author Jim Meyering <jim@meyering.net>
date Wed, 09 Jul 1997 15:33:27 +0000
parents 02953a589bfd
children 405614c08e52
files lib/strverscmp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
-           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