diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-11 17:59:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-11 17:59:24 +0000 |
commit | c043db7a2a434a3693c3f0309dc8fe10271493b7 (patch) | |
tree | a5b067903d13d2f33c3a30a4950ef3a4d3917696 /posix/glob.c | |
parent | a36e4c9f7b80f4bc03c4d2ef76e13501a6213eb7 (diff) | |
download | glibc-c043db7a2a434a3693c3f0309dc8fe10271493b7.tar.gz glibc-c043db7a2a434a3693c3f0309dc8fe10271493b7.tar.xz glibc-c043db7a2a434a3693c3f0309dc8fe10271493b7.zip |
(glob): Comment fix.
Diffstat (limited to 'posix/glob.c')
-rw-r--r-- | posix/glob.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/glob.c b/posix/glob.c index 84fe19420b..90dd9d90f9 100644 --- a/posix/glob.c +++ b/posix/glob.c @@ -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) |