changeset 2441:12ebcc75940c

tweak comment
author Jim Meyering <jim@meyering.net>
date Thu, 27 Apr 2000 06:46:13 +0000
parents 32734bec8111
children fce3686fe189
files lib/makepath.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/makepath.c
+++ b/lib/makepath.c
@@ -389,7 +389,8 @@
       /* The above chown may have turned off some permission bits in MODE.
 	 Another reason we may have to use chmod here is that mkdir(2) is
 	 required to honor only the file permission bits.  In particular,
-	 it may not have honored the `special' bits.  */
+	 it need not honor the `special' bits, so if MODE includes any
+	 special bits, set them here.  */
       if ((mode & ~S_IRWXUGO)
 	  && chmod (basename_dir, mode))
 	{