From 7956c1508120414a4e8e1c468133b0e0214103d0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Nov 1995 03:09:18 +0000 Subject: s/non-zero/nonzero/g --- src/cat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 0038c1921..d09be30de 100644 --- a/src/cat.c +++ b/src/cat.c @@ -481,13 +481,13 @@ main (int argc, char **argv) int quote = 0; int output_tabs = 1; -/* If non-zero, call cat, otherwise call simple_cat to do the actual work. */ +/* If nonzero, call cat, otherwise call simple_cat to do the actual work. */ int options = 0; - /* 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[] = -- cgit v1.2.3-54-g00ecf