From 2c0701f65879cbf5d446362e49b2d6f5eeb9b0a6 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 30 Oct 2005 18:20:54 +0000 Subject: * ext/readline/readline.c (readline_readline): type check. [ruby-core:6089] * numeric.c (fix_rshift): RDoc fix. [ruby-core:6351] * util.h (strtod): add #undef for platforms defines strtod() macro. [ruby-dev:27563] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index ca61ebdb41..0f2cfd9f9e 100644 --- a/numeric.c +++ b/numeric.c @@ -2457,7 +2457,7 @@ fix_lshift(x, 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 -- cgit v1.2.3