From edb98f8b910b00be16868b21116924cffad785b9 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 19 May 2013 03:10:21 +0000 Subject: fix typos. Patch by k_takata. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 0b9573fba9..9a28b5bac5 100644 --- a/bignum.c +++ b/bignum.c @@ -363,7 +363,7 @@ rb_int2inum(SIGNED_VALUE n) * is the sign bit: 1 means negative and 0 means zero or positive. * * If given size of buf (num_longs) is not enough to represent val, - * higier words (including a sign bit) are ignored. + * higher words (including a sign bit) are ignored. */ void rb_big_pack(VALUE val, unsigned long *buf, long num_longs) -- cgit v1.2.3