]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
s/non-zero/nonzero/g
authorJim Meyering <jim@meyering.net>
Mon, 27 Nov 1995 05:34:31 +0000 (05:34 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Nov 1995 05:34:31 +0000 (05:34 +0000)
login-utils/su.c

index ea4f1bfdcd7cb44ffbf5290620ff65c3d01ae431..1464d3b2a498644baa68194bf347b5ba961e448b 100644 (file)
@@ -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.  */