]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 84fe19420b6c3faa8c7ec5ac0c343e1618ad90de..90dd9d90f9be4c1c92a30574ce06f4419c52dab1 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)