summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a206fa12b2..035f25899d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -240,7 +240,7 @@ Fri Aug 22 04:33:56 2008 Tanaka Akira <[email protected]>
Fri Aug 22 03:19:41 2008 Tanaka Akira <[email protected]>
- * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete
+ * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluate
the argument only once.
`t = Object.new; def t.*(x) p x; 0 end; p Time.at(0, t)' did print x
twice.