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/uniq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index 10c36d194..aa2b4e441 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -66,10 +66,10 @@ enum output_mode /* Which lines to output. */ static enum output_mode mode; -/* 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 longopts[] = -- cgit v1.2.3-54-g00ecf