mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6f072a36c0
commit
49636da490
1 changed files with 1 additions and 1 deletions
|
@ -4726,7 +4726,7 @@ Exit:
|
|||
}
|
||||
|
||||
/*
|
||||
* Input a = 00000xxxxxxxx En(5 preceeding zeros)
|
||||
* Input a = 00000xxxxxxxx En(5 preceding zeros)
|
||||
* Output a = xxxxxxxx En-5
|
||||
*/
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue