aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c16c1820a..af63af5f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -125,7 +125,7 @@ Wed Mar 26 13:25:54 2014 NARUSE, Yui <naruse@ruby-lang.org>
* addr2line.c (fill_lines): loop reverse order not to overwrite
the basis of base addresses comparison.
- * addr2line.c: use uintptr_t instead of intptr_t for poinrters.
+ * addr2line.c: use uintptr_t instead of intptr_t for pointers.
* addr2line.c (rb_dump_backtrace_with_lines): don't use syms.
@@ -173,7 +173,7 @@ Wed Mar 26 08:45:00 2014 Sam Rawlins <sam.rawlins@gmail.com>
Wed Mar 26 08:29:43 2014 mo khan <mo@mokhan.ca>
- * lib/rubygem.rb: fix spelling of Jim Weirich. [Fixes GH-577]
+ * lib/rubygems.rb: fix spelling of Jim Weirich. [Fixes GH-577]
Wed Mar 26 01:55:45 2014 NARUSE, Yui <naruse@ruby-lang.org>