From f2d609e0f6937d37a9671bae43038994d425c579 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 29 Sep 2007 20:40:20 +0000 Subject: [PATCH] fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index cccd409a40..91a7c1fe2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ Sun Sep 30 04:30:55 2007 Tanaka Akira Sun Sep 30 04:03:43 2007 Tanaka Akira * re.c (Init_Regexp): test DEFAULT_KCODE in C code because - KCODE_EUC, etc are enum. + KCODE_EUC, etc. are enum. Sun Sep 30 00:55:40 2007 NAKAMURA Usaku @@ -58,7 +58,7 @@ Sat Sep 29 10:12:20 2007 Tanaka Akira Sat Sep 29 09:12:02 2007 Tanaka Akira * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE. - access flags directly intead of FL_TEST. + access flags directly instead of FL_TEST. they are enough because cl argument is a class. Sat Sep 29 08:57:15 2007 Nobuyoshi Nakada @@ -431,7 +431,7 @@ Sun Sep 23 09:05:05 2007 Nobuyoshi Nakada Sun Sep 23 08:58:01 2007 Nobuyoshi Nakada - * eval_method.ci (rb_attr): should not use alloca for unknowen size + * eval_method.ci (rb_attr): should not use alloca for unknown size input. [ruby-dev:31816] * parse.y (rb_intern_str): prevent str from optimization. @@ -598,7 +598,7 @@ Wed Sep 12 23:12:22 2007 Yukihiro Matsumoto Wed Sep 12 15:19:04 2007 Nobuyoshi Nakada - * io.c (rb_io_s_sysopen): should not use alloca for unknowen size + * io.c (rb_io_s_sysopen): should not use alloca for unknown size input. [ruby-dev:31775] * parse.y (rb_id2str): ditto. @@ -800,7 +800,7 @@ Sat Sep 1 20:56:07 2007 Tanaka Akira * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for small bignums. - * bignum.c: RBignum embeded digits implemented. + * bignum.c: RBignum embedded digits implemented. * include/ruby/intern.h: declare rb_big_resize. @@ -1017,7 +1017,7 @@ Tue Aug 28 00:51:22 2007 Koichi Sasada * benchmark/bm_vm2_mutex.rb: add a benchmark for mutex. * benchmark/bm_vm3_thread_mutex.rb: add a benchmark for mutex - with contension. + with contention. * benchmark/run.rb: fix to remove ENV['RUBYLIB'] for matzruby. @@ -1124,7 +1124,7 @@ Sat Aug 25 17:52:06 2007 Koichi Sasada * string.c, include/ruby/intern.h: export rb_str_length(). - * insns.def: use rb_str_lengt() in opt_length. + * insns.def: use rb_str_length() in opt_length. Sat Aug 25 17:48:51 2007 Koichi Sasada