From c4b6e967489b7c8027da99299c1dd5fa257796e6 Mon Sep 17 00:00:00 2001 From: charliesome Date: Sun, 13 Oct 2013 14:53:40 +0000 Subject: * vsnprintf.c: Fix spelling from compliment to complement. Patch by @agrimm. Closes GH-422. * include/ruby/ruby.h: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index d0ba1c2df6..17f3a363dc 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -187,7 +187,7 @@ typedef char ruby_check_sizeof_voidp[SIZEOF_VOIDP == sizeof(void*) ? 1 : -1]; # ifdef HAVE_LIMITS_H # include # else - /* assuming 32bit(2's compliment) long */ + /* assuming 32bit(2's complement) long */ # define LONG_MAX 2147483647 # endif # endif -- cgit v1.2.3