diff options
Diffstat (limited to 'Src/glob.c')
-rw-r--r-- | Src/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c index 3c19bf0f7..103f7ac45 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -2238,7 +2238,7 @@ getmatcharr(char ***ap, char *pat, int fl, int n, char *replstr) /* * Match against str using pattern pp; return a list of - * Repldata matches in the linked list *replistp; this is + * Repldata matches in the linked list *repllistp; this is * in permanent storage and to be freed by freematchlist() */ |