diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-14 02:51:13 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-14 02:51:13 +0000 |
commit | 6851be0f0cf393334a90ff4a4341b20e46cd12fe (patch) | |
tree | aba3d5c9b3e35802ab49d9960c612dc6dc81c1f6 /io.c | |
parent | 43ba3280c3ded752fd09bf7d8b8fce96d2d08779 (diff) |
* compile.c: fix typos.
[ci skip][fix GH-1140] Patch by @jutaz
* dir.c: ditto.
* gc.c: ditto.
* io.c: ditto.
* node.h: ditto.
* thread_pthread.c: ditto.
* vm_insnhelper.c: ditto.
* vsnprintf.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3121,7 +3121,7 @@ rb_io_getline_1(VALUE rs, long limit, VALUE io) newline = (unsigned char)rsptr[rslen - 1]; } - /* MS - Optimisation */ + /* MS - Optimization */ while ((c = appendline(fptr, newline, &str, &limit)) != EOF) { const char *s, *p, *pp, *e; |