summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 08:39:59 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 08:39:59 +0000
commitb2e6a26a37b3a97b725c69087a6384c0e6fc0bde (patch)
tree9d977375f34132bfce8f12b720de4a3aab648937 /ChangeLog
parentb3be67bdf1ac709f063ac0c31a688bb84195f566 (diff)
fix typos
unification is uncountable git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index df84577ca8..2199fd3abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,23 +18,23 @@ Tue Dec 4 16:23:32 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* marshal.c (w_object, marshal_dump, r_object0, marshal_load): use
RB_GC_GUARD() (directly or indirectly) instead of volatile.
- * variable.c (rb_path_to_class): prevent the arguemnt from GC.
+ * variable.c (rb_path_to_class): prevent the argument from GC.
Tue Dec 04 13:55:07 2012 Koichi Sasada <ko1@atdot.net>
- * vm_opts.h: enable optimization - operand unifications.
+ * vm_opts.h: enable optimization - operand unification.
Operand unification technique enable to combine
an instruction and specific operands and make new
instruction.
* defs/opt_operand.def: add several configuration
- of operand unifications.
+ of operand unification.
* insns.def: use `int' instead to suppress warning.
Mon Dec 3 17:58:53 2012 NARUSE, Yui <naruse@ruby-lang.org>
- * parse.y: replase parser->enc with current_enc.
+ * parse.y: replace parser->enc with current_enc.
Tue Dec 4 08:33:46 2012 Eric Hodel <drbrain@segment7.net>