mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ac93b28403
commit
750b52f4be
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ Sun Aug 4 00:22:34 2013 Tanaka Akira <akr@fsij.org>
|
|||
Sat Aug 3 22:47:11 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* bignum.c: The branch condition of selecting multiplication
|
||||
algorighms should check smaller argument because Karatsuba and Toom3
|
||||
algorithms should check smaller argument because Karatsuba and Toom3
|
||||
is effective only if both arguments are big.
|
||||
(bary_mul_toom3_branch): Compare the smaller argument to
|
||||
TOOM3_MUL_DIGITS.
|
||||
|
@ -168,7 +168,7 @@ Fri Aug 2 23:48:36 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
suffixes.
|
||||
|
||||
* parse.y (parser_set_number_literal, parser_set_integer_literal):
|
||||
split from parser_number_literal_suffix to set yyvlal.
|
||||
split from parser_number_literal_suffix to set yylval.
|
||||
|
||||
* parse.y (parser_yylex): parse rational number literal with decimal
|
||||
point precisely.
|
||||
|
|
Loading…
Reference in a new issue