From: Jim Meyering Date: Wed, 9 Jul 1997 15:33:27 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: SH-UTILS-1_16c~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec28ba4f3c84ef294f14c8a7cff3c9e934c4944;p=thirdparty%2Fgnulib.git fix typo in comment --- diff --git a/lib/strverscmp.c b/lib/strverscmp.c index 067000e305..defef43552 100644 --- a/lib/strverscmp.c +++ b/lib/strverscmp.c @@ -22,7 +22,7 @@ #include /* 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