summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 05cf46ea2..30a5c5083 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -81,8 +81,8 @@ static struct option const long_options[] =
{0, 0, 0, 0}
};
-/* Tell the user the mode MODE that file FILE has been set to;
- if CHANGED is zero, FILE had that mode already. */
+/* Tell the user how/if the MODE of FILE has been changed.
+ CHANGED describes what (if anything) has happened. */
static void
describe_change (const char *file, short unsigned int mode,