From 57ec0f45c90bde207866d65aa7752d56cd55ac04 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Nov 1995 05:34:31 +0000 Subject: s/non-zero/nonzero/g --- src/tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tty.c') diff --git a/src/tty.c b/src/tty.c index 6a9baf1a4..29d279df1 100644 --- a/src/tty.c +++ b/src/tty.c @@ -39,10 +39,10 @@ char *program_name; /* If nonzero, return an exit status but produce no output. */ static int silent; -/* 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; static struct option const longopts[] = -- cgit v1.2.3