mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6cca1f4c6a
commit
b39e00d39d
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ struct RStruct {
|
|||
|
||||
struct RBignum {
|
||||
struct RBasic basic;
|
||||
char sign; /* positive:0, negative:1 */
|
||||
char sign; /* positive:1, negative:0 */
|
||||
long len;
|
||||
void *digits;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue