(glob): Comment fix.
authorRoland McGrath <roland@gnu.org>
Mon, 11 Sep 1995 17:59:24 +0000 (17:59 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 11 Sep 1995 17:59:24 +0000 (17:59 +0000)
posix/glob.c

index 84fe194..90dd9d9 100644 (file)
@@ -410,8 +410,7 @@ glob (pattern, flags, errfunc, pglob)
 
   if (flags & GLOB_MARK)
     {
-      /* Append slashes to directory names.  glob_in_dir has already
-        allocated the extra character for us.  */
+      /* Append slashes to directory names.  */
       int i;
       struct stat st;
       for (i = oldcount; i < pglob->gl_pathc; ++i)