summaryrefslogtreecommitdiffstats
path: root/login-utils/su.c
diff options
context:
space:
mode:
authorJim Meyering1995-11-27 06:34:31 +0100
committerJim Meyering1995-11-27 06:34:31 +0100
commit35511976260a6ada5eb97b7dfc75093fe8aa431a (patch)
tree0e138d9e1b5f71ba68fe9b67d1e600cd0dae912b /login-utils/su.c
parentIndent cpp directives. (diff)
downloadkernel-qcow2-util-linux-35511976260a6ada5eb97b7dfc75093fe8aa431a.tar.gz
kernel-qcow2-util-linux-35511976260a6ada5eb97b7dfc75093fe8aa431a.tar.xz
kernel-qcow2-util-linux-35511976260a6ada5eb97b7dfc75093fe8aa431a.zip
s/non-zero/nonzero/g
Diffstat (limited to 'login-utils/su.c')
-rw-r--r--login-utils/su.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index ea4f1bfdc..1464d3b2a 100644
--- a/login-utils/su.c
+++ b/login-utils/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. */