summaryrefslogtreecommitdiff
path: root/src/cksum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-27 03:09:18 +0000
committerJim Meyering <jim@meyering.net>1995-11-27 03:09:18 +0000
commit7956c1508120414a4e8e1c468133b0e0214103d0 (patch)
tree2cd2b42ab8dcb0ad27efbe65c69d9b9268abdd90 /src/cksum.c
parent0402200daf1f34000f50eaef97a26ea824ac3e68 (diff)
downloadcoreutils-7956c1508120414a4e8e1c468133b0e0214103d0.tar.xz
s/non-zero/nonzero/g
Diffstat (limited to 'src/cksum.c')
-rw-r--r--src/cksum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cksum.c b/src/cksum.c
index d59a0b66c..c5c8c020e 100644
--- a/src/cksum.c
+++ b/src/cksum.c
@@ -117,10 +117,10 @@ main ()
/* The name this program was run with. */
char *program_name;
-/* If non-zero, display usage information and exit. */
+/* If nonzero, display usage information and exit. */
static int show_help;
-/* If non-zero, print the version on standard output then exit. */
+/* If nonzero, print the version on standard output then exit. */
static int show_version;
static struct option const long_options[] =