Skip to content

Commit

Permalink
(glob): Comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Sep 11, 1995
1 parent a36e4c9 commit c043db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions posix/glob.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c043db7

Please sign in to comment.