mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
* 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
This commit is contained in:
parent
15798b606e
commit
c4b6e96748
3 changed files with 9 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
# ifdef HAVE_LIMITS_H
|
||||
# include <limits.h>
|
||||
# else
|
||||
/* assuming 32bit(2's compliment) long */
|
||||
/* assuming 32bit(2's complement) long */
|
||||
# define LONG_MAX 2147483647
|
||||
# endif
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue