summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
committerJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
commit57ec0f45c90bde207866d65aa7752d56cd55ac04 (patch)
tree5e7ed870725ad3f21baf9fc96bac635fe8b10d85 /src/du.c
parenta7830ac93b955ac0be4a15d65a3e5a67f1635b8b (diff)
downloadcoreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.tar.xz
s/non-zero/nonzero/g
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/du.c b/src/du.c
index 41e8b537b..0041232fa 100644
--- a/src/du.c
+++ b/src/du.c
@@ -159,10 +159,10 @@ static int (*xstat) ();
/* The exit status to use if we don't get any fatal errors. */
static int exit_status;
-/* 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 and exit. */
+/* If nonzero, print the version on standard output and exit. */
static int show_version;
/* Grand total size of all args. */
@@ -554,7 +554,7 @@ hash_reset (void)
/* Insert an item (inode INO and device DEV) in the hash
structure in the global variable `htab', if an entry with the same data
- was not found already. Return zero if the item was inserted and non-zero
+ was not found already. Return zero if the item was inserted and nonzero
if it wasn't. */
static int
@@ -621,7 +621,7 @@ hash_insert (ino_t ino, dev_t dev)
}
/* Insert INO and DEV in the hash structure HTAB, if not
- already present. Return zero if inserted and non-zero if it
+ already present. Return zero if inserted and nonzero if it
already existed. */
static int