From f6ffa56bc67342d571c2e86114717ecf5de21b85 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Jul 1997 15:33:27 +0000 Subject: [PATCH] fix typo in comment --- lib/strverscmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strverscmp.c b/lib/strverscmp.c index 067000e..defef43 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 -- 2.7.4