From 43c93dbdd930745b0c7e461aa949e420d4cc9b6f Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 11 Apr 2013 02:12:15 +0000 Subject: * dir.c: Fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 01c38f1cd7..507d8c1f1d 100644 --- a/dir.c +++ b/dir.c @@ -2031,7 +2031,7 @@ fnmatch_brace(const char *pattern, VALUE val, void *enc) * ([^a-z]). * \ :: Escapes the next metacharacter. * {a,b}:: Matches pattern a and pattern b if - * File::FNM_PATHNAME flag is enabled. + * File::FNM_EXTGLOB flag is enabled. * Behaves like a Regexp union ((?:a|b)). * * flags is a bitwise OR of the FNM_xxx -- cgit v1.2.3