ruby-changes:27779
From: ayumin <ko1@a...>
Date: Wed, 20 Mar 2013 04:23:23 +0900 (JST)
Subject: [ruby-changes:27779] ayumin:r39831 (trunk): * ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830
ayumin 2013-03-20 04:23:15 +0900 (Wed, 20 Mar 2013) New Revision: 39831 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39831 Log: * ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830 Modified files: trunk/ext/bigdecimal/bigdecimal.c Index: ext/bigdecimal/bigdecimal.c =================================================================== --- ext/bigdecimal/bigdecimal.c (revision 39830) +++ ext/bigdecimal/bigdecimal.c (revision 39831) @@ -4726,7 +4726,7 @@ Exit: https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.c#L4726 } /* - * Input a = 00000xxxxxxxx En(5 preceeding zeros) + * Input a = 00000xxxxxxxx En(5 preceding zeros) * Output a = xxxxxxxx En-5 */ static int -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/