From: Jim Meyering Date: Wed, 9 Jul 1997 15:33:27 +0000 (+0000) Subject: fix typo in comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec28ba4f3c84ef294f14c8a7cff3c9e934c4944;p=pspp 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