fix comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-08-31 07:20:38 +00:00
parent 6cca1f4c6a
commit b39e00d39d

View File

@ -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;
};