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

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-04-22 12:32:01 +00:00
parent 856dc678f8
commit 482dd826ee

View file

@ -27,7 +27,7 @@ Mon Apr 21 19:12:20 2014 NARUSE, Yui <naruse@ruby-lang.org>
Mon Apr 21 19:02:44 2014 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (coderange_scan): remove useless condtion `p < e` after
* string.c (coderange_scan): remove useless condition `p < e` after
search_nonascii.
* string.c (rb_str_coderange_scan_restartable): ditto.