mirror of git://sourceware.org/git/glibc.git
(glob): Comment fix.
This commit is contained in:
parent
a36e4c9f7b
commit
c043db7a2a
|
@ -410,8 +410,7 @@ glob (pattern, flags, errfunc, pglob)
|
||||||
|
|
||||||
if (flags & GLOB_MARK)
|
if (flags & GLOB_MARK)
|
||||||
{
|
{
|
||||||
/* Append slashes to directory names. glob_in_dir has already
|
/* Append slashes to directory names. */
|
||||||
allocated the extra character for us. */
|
|
||||||
int i;
|
int i;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
for (i = oldcount; i < pglob->gl_pathc; ++i)
|
for (i = oldcount; i < pglob->gl_pathc; ++i)
|
||||||
|
|
Loading…
Reference in New Issue