1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* dir.c: Fix a typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2013-04-11 02:12:15 +00:00
parent c0e0a684d7
commit 43c93dbdd9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Apr 11 11:11:38 2013 Akinori MUSHA <knu@iDaemons.org>
* dir.c: Fix a typo.
Thu Apr 11 10:39:34 2013 NARUSE, Yui <naruse@ruby-lang.org>
* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:

2
dir.c
View file

@ -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>