aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-12 09:29:23 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-12 09:29:23 +0000
commit62002341c7a7e06dc6652d1d89c5f30d629a62ee (patch)
tree46e9b2f975c7534a02a36325d7a9a956a9b377e0
parent86e6e2e778f9b31c542d62c48b7f49928a667960 (diff)
downloadruby-62002341c7a7e06dc6652d1d89c5f30d629a62ee.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ef55c6e31d..5fa4b77022 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@ Sat Oct 12 03:26:04 2013 Koichi Sasada <ko1@atdot.net>
* vm.c, vm_core.h (rb_vm_add_root_module): added to register as a
defined root module or class.
This guard helps mark miss from defined classes/modules they are
- only refered from C's global variables in C-exts.
+ only referred from C's global variables in C-exts.
Basically, it is extension's bug.
Register to hash object VM has.
Marking a hash objects allows generational GC supports.
@@ -40,7 +40,7 @@ Fri Oct 11 20:46:09 2013 Koichi Sasada <ko1@atdot.net>
Fri Oct 11 20:35:59 2013 Koichi Sasada <ko1@atdot.net>
- * gc.c, parse.y: support generational Symbol relatetd marking.
+ * gc.c, parse.y: support generational Symbol related marking.
Each symbols has String objects respectively to represent
Symbols.
These objects are marked only when:
@@ -97,7 +97,7 @@ Fri Oct 11 17:33:24 2013 Akinori MUSHA <knu@iDaemons.org>
* block-mid keywords (then, else, elsif, when, rescue and
ensure) also become electric with automatic reindentation.
- * Add standarized comments for ELPA integration.
+ * Add standardized comments for ELPA integration.
* Fix interaction with smartparens-mode by disabling its end
keyword completion, since ruby-electric has become more clever