aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mkmf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-24 02:28:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-24 02:28:25 +0000
commit0cc169d1de0decb3fae626a4b30297b7f4792745 (patch)
treec9ebb037e938da67a5ea9eac8215d369c6727fcd /lib/mkmf.rb
parent967c01339126acb078e79fb9a9a618a435a27dba (diff)
downloadruby-0cc169d1de0decb3fae626a4b30297b7f4792745.tar.gz
fid typos [ci skip]
* fix typos, "a" before "Integer" to "an". [Fix GH-1438] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/mkmf.rb')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 787a59d4ee..34dbcda657 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1372,7 +1372,7 @@ SRC
# _convertible_ means actually the same type, or typedef'd from the same
# type.
#
- # If the +type+ is a integer type and the _convertible_ type is found,
+ # If the +type+ is an integer type and the _convertible_ type is found,
# the following macros are passed as preprocessor constants to the compiler
# using the +type+ name, in uppercase.
#