summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-31 22:10:46 +0000
committerJim Meyering <jim@meyering.net>1997-08-31 22:10:46 +0000
commita98be626430229e062511e19b9abc80b14e67fe0 (patch)
treefd2c85b5c6dd99efd29d087ce6f06ef19bb6243e /src
parentc0270058fef75b36f0459edab62b673ea0f7e78e (diff)
downloadcoreutils-a98be626430229e062511e19b9abc80b14e67fe0.tar.xz
tweak comment
Diffstat (limited to 'src')
-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,