summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])