]> granicus.if.org Git - sudo/commitdiff
fixed a comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 6 Jun 1996 19:35:57 +0000 (19:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 6 Jun 1996 19:35:57 +0000 (19:35 +0000)
visudo.c

index a48673e0f3bb64309fc46072865973485617aa00..bd0648c48e037bac2ba842dc71d60fdef9c17405 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -337,7 +337,7 @@ int main(argc, argv)
        }
 
     /*
-     * Make the new sudoers file readable only by owner.
+     * Set the mode on the new sudoers file.
      * If this fail it is ok since the file is only least rw owner.
      */
     if (chmod(sudoers, SUDOERS_MODE)) {