From c043db7a2a434a3693c3f0309dc8fe10271493b7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 Sep 1995 17:59:24 +0000 Subject: [PATCH] (glob): Comment fix. --- posix/glob.c | 3 +-- 1 file changed, 1 insertion(+), 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) -- 2.11.4.GIT