diff options
Diffstat (limited to 'src/mknod.c')
-rw-r--r-- | src/mknod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mknod.c b/src/mknod.c index 30989bcce..580ccae2e 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -41,10 +41,10 @@ /* 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; static struct option const longopts[] = |