]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Sun, 31 Aug 1997 22:10:46 +0000 (22:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 31 Aug 1997 22:10:46 +0000 (22:10 +0000)
src/chmod.c

index 05cf46ea22895538cae88fab14235e6d5bef5269..30a5c508366f262e69c302f2b4fb4922f4eb4ca6 100644 (file)
@@ -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,