From 64e5c279b9d4e03aa12d7ce31d2da392e386b259 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 31 Aug 2007 07:20:38 +0000 Subject: fix comment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 6b76cb652..bf5804f64 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -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; }; -- cgit