From 023fd910dd6a69ff202a327032f4820c9b64e14d Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 25 Jan 2008 13:34:13 +0000 Subject: [PATCH] * math.c: fix comment. [ruby-dev:33276] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ math.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 06f9c6bb17..9acc3ecd36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 25 22:33:38 2008 Yusuke Endoh + + * math.c: fix comment. [ruby-dev:33276] + Fri Jan 25 10:31:58 2008 Nobuyoshi Nakada * */*.bat: set svn:mime-type to text/batch. diff --git a/math.c b/math.c index 60dd0b7204..813e38c7e7 100644 --- a/math.c +++ b/math.c @@ -136,7 +136,7 @@ math_acos(obj, x) * call-seq: * Math.asin(x) => float * - * Computes the arc sine of x. Returns 0..PI. + * Computes the arc sine of x. Returns -{PI/2} .. {PI/2}. */ static VALUE