summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 1 insertions, 1 deletions
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)
* (<code>[^a-z]</code>).
* <code> \ </code>:: Escapes the next metacharacter.
* <code>{a,b}</code>:: Matches pattern a and pattern b if
- * <code>File::FNM_PATHNAME</code> flag is enabled.
+ * <code>File::FNM_EXTGLOB</code> flag is enabled.
* Behaves like a Regexp union (<code>(?:a|b)</code>).
*
* <i>flags</i> is a bitwise OR of the <code>FNM_xxx</code>