summaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-01 13:04:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-01 13:04:35 +0000
commit1ecd98811fb708f215e592087f36811210554132 (patch)
tree8e3ffba4898afc1d4b9f82162d46157d0cf0a93f /numeric.c
parentc90fa199ce2953404a0a44c52297cbe862ccbf62 (diff)
downloadruby-1ecd98811fb708f215e592087f36811210554132.tar.gz
ruby-1ecd98811fb708f215e592087f36811210554132.tar.xz
ruby-1ecd98811fb708f215e592087f36811210554132.zip
* eval.c (rb_call_super): should call method_missing if super is
called from Kernel method. * eval.c (exec_under): frame during eval should preserve external information. * configure.in: use proper option for Sun linker. A patch from Shinya Kuwamura <kuwa@labs.fujitsu.com>. [ruby-dev:27603] * numeric.c (fix_rshift): RDoc fix. [ruby-core:6351] * util.h (strtod): add #undef for platforms defines strtod() macro. [ruby-dev:27563] * ext/etc/etc.c: document update from mathew <meta@pobox.com>. [ruby-core:06473] * ext/fcntl/fcntl.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 3c8adac11..634cde20b 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2467,7 +2467,7 @@ fix_lshift(VALUE x, VALUE y)
* call-seq:
* fix >> count => integer
*
- * Shifts _fix_ left _count_ positions (right if _count_ is negative).
+ * Shifts _fix_ right _count_ positions (left if _count_ is negative).
*/
static VALUE