summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-18 03:33:44 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-18 03:33:44 +0000
commit95957dff7c1efd6db91cf93e4e4a1259a3b539ca (patch)
tree1bf5181c1d57de9ecd5a49867f8aa6fc11269b50 /configure.in
parent532c6bbb0c4927ece907c02c0b2bddc48f67ff8c (diff)
* configure.in: typo in a comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a9cccc07c1..5f0a5ec28d 100644
--- a/configure.in
+++ b/configure.in
@@ -214,7 +214,7 @@ AC_CHECK_TOOL(AS, as)
ASFLAGS=$ASFLAGS
AC_SUBST(ASFLAGS)
-# BSD's ports and MacPorts prefixes GNU binutils with 'g'
+# BSD's ports and MacPorts prefix GNU binutils with 'g'
AC_CHECK_TOOLS(OBJDUMP, [objdump, gobjdump])
AC_CHECK_TOOLS(OBJCOPY, [objcopy, gobjcopy])