# HG changeset patch # User Jim Meyering # Date 868462407 0 # Node ID 20bc58ea77fe21a109a7839694bd7fa9c296b0b7 # Parent 02953a589bfd4a030dde7c52c47672396db55687 fix typo in comment diff --git a/lib/strverscmp.c b/lib/strverscmp.c --- 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