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
@ -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…
x
Reference in New Issue
Block a user