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/su.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/su.c') diff --git a/src/su.c b/src/su.c index ea4f1bfdc..1464d3b2a 100644 --- a/src/su.c +++ b/src/su.c @@ -161,10 +161,10 @@ extern char **environ; /* 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 and exit. */ +/* If nonzero, print the version on standard output and exit. */ static int show_version; /* If nonzero, pass the `-f' option to the subshell. */ -- cgit v1.2.3-54-g00ecf