aboutsummaryrefslogtreecommitdiffstats
path: root/src/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 66d1a61c7..de0c5d07c 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -457,7 +457,7 @@ main (int argc, char **argv)
case '=':
case '0': case '1': case '2': case '3':
case '4': case '5': case '6': case '7':
- /* Support nonportable uses like "chmod -w", but diagnose
+ /* Support non-portable uses like "chmod -w", but diagnose
surprises due to umask confusion. Even though "--", "--r",
etc., are valid modes, there is no "case '-'" here since
getopt_long reserves leading "--" for long options. */