From: Jim Meyering Date: Sun, 31 Aug 1997 22:10:46 +0000 (+0000) Subject: tweak comment X-Git-Tag: TEXTUTILS-1_22a~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a98be626430229e062511e19b9abc80b14e67fe0;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/chmod.c b/src/chmod.c index 05cf46ea22..30a5c50836 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,