summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-13 12:30:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-13 12:30:19 +0000
commite6226e2c9d6baafd4ba3efbdd0464ce28c3b2b0d (patch)
treeb1ddc554690ad7003f5168a1725970c9760b7fef
parent63dd3e7ef9c1f2b839072003cb1696282520ffd1 (diff)
* ChangeLog: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dd51822ae..49d6b04bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Thu Jun 13 21:24:09 2013 Tanaka Akira <akr@fsij.org>
- * bignum.c (bigdivrem): Refactored to use ALLOCV_N for temporally
+ * bignum.c (bigdivrem): Refactored to use ALLOCV_N for temporary
buffers.
Thu Jun 13 18:54:11 2013 NAKAMURA Usaku <usa@ruby-lang.org>