aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-07 15:23:39 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-07 15:23:39 +0000
commitf90739e22bf43c27d62e4144499340b00f182a38 (patch)
tree19153a06096b0f38dee36d5506cd82e63a7cdaac
parent17bb77fd776ab39b7fb6b90c45feb6a7899a62ef (diff)
downloadruby-f90739e22bf43c27d62e4144499340b00f182a38.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ac9088e07..3a2053980c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Thu Jul 7 23:35:31 2011 Narihiro Nakamura <authornari@gmail.com>
- * gc.c: change water_mark value value that may call
+ * gc.c: change water_mark value that may call
gc_mark(lev <= GC_LEVEL_MAX) in gc_mark().
In ruby_stack_check(), water_mark is a value that may call some
C function. Fixes Bug #3781
@@ -11,7 +11,7 @@ Thu Jul 7 23:35:31 2011 Narihiro Nakamura <authornari@gmail.com>
Thu Jul 7 17:55:05 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* test/testunit/test_parallel.rb (TestParallelWorker#teardown): wait
- the child process even if the communition pipe is broken.
+ the child process even if the communication pipe is broken.
Thu Jul 7 15:44:42 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -23,7 +23,7 @@ Thu Jul 7 15:44:42 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Jul 7 15:16:51 2011 NARUSE, Yui <naruse@ruby-lang.org>
- * numeric.c (rb_num2ull): use own switch sentense.
+ * numeric.c (rb_num2ull): use own switch sentence.
Current implementation can't convert 18446744073709551615.
Thu Jul 7 06:56:15 2011 NARUSE, Yui <naruse@ruby-lang.org>