(glob): Comment fix.

This commit is contained in:
Roland McGrath 1995-09-11 17:59:24 +00:00
parent a36e4c9f7b
commit c043db7a2a

View 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)