diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-31 22:10:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-31 22:10:46 +0000 |
commit | a98be626430229e062511e19b9abc80b14e67fe0 (patch) | |
tree | fd2c85b5c6dd99efd29d087ce6f06ef19bb6243e | |
parent | c0270058fef75b36f0459edab62b673ea0f7e78e (diff) | |
download | coreutils-a98be626430229e062511e19b9abc80b14e67fe0.tar.xz |
tweak comment
-rw-r--r-- | src/chmod.c | 4 |
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, |