From 4b86194177c65babb28236d2a14994d3f5d3f1bf Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 21 Apr 2020 12:38:36 +0900 Subject: Fix typos [ci skip] --- include/ruby/3/arithmetic/long.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/3/arithmetic/long.h') diff --git a/include/ruby/3/arithmetic/long.h b/include/ruby/3/arithmetic/long.h index 46ff76d63e..3263c616b0 100644 --- a/include/ruby/3/arithmetic/long.h +++ b/include/ruby/3/arithmetic/long.h @@ -136,7 +136,7 @@ ruby3_fix2long_by_shift(VALUE x) RUBY3_ASSERT_OR_ASSUME(RB_FIXNUM_P(x)); /* :NOTE: VALUE can be wider than long. If right shift is arithmetic, this - * is noticably faster than above. */ + * is noticeably faster than above. */ const SIGNED_VALUE y = x; const SIGNED_VALUE z = y >> 1; const long w = RUBY3_CAST((long)z); -- cgit v1.2.3