summaryrefslogtreecommitdiff
path: root/lib/strverscmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-09 15:33:27 +0000
committerJim Meyering <jim@meyering.net>1997-07-09 15:33:27 +0000
commitf6ffa56bc67342d571c2e86114717ecf5de21b85 (patch)
tree06c7c2518146e128378438c7c172fd9d3c51b4b9 /lib/strverscmp.c
parent8d71f2bb2d2e2529e1e40cfb1fa54e8d6b35f3ca (diff)
downloadcoreutils-f6ffa56bc67342d571c2e86114717ecf5de21b85.tar.xz
fix typo in comment
Diffstat (limited to 'lib/strverscmp.c')
-rw-r--r--lib/strverscmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strverscmp.c b/lib/strverscmp.c
index 067000e30..defef4355 100644
--- 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