summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2017-11-01 15:29:09 +0000
committerkhorben <khorben@pkgsrc.org>2017-11-01 15:29:09 +0000
commit530fc78d32a1644f3cdc868a9972493f509ab720 (patch)
tree1a59522c9ea0d96e3228e3f6e5f2f0fce6c4f93d /mk
parentf67be35d4abe09c661273ebf2aecedc1f5ad620a (diff)
downloadpkgsrc-530fc78d32a1644f3cdc868a9972493f509ab720.tar.gz
Typo
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/AIX.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk
index 17c43376ac8..3a4ce5e06b4 100644
--- a/mk/platform/AIX.mk
+++ b/mk/platform/AIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: AIX.mk,v 1.42 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: AIX.mk,v 1.43 2017/11/01 15:29:09 khorben Exp $
#
# Variable definitions for the AIX operating system.
@@ -62,8 +62,8 @@ _OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk
# FIXME: Adjust to work on this system and enable the lines below.
#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
-# On AIX, there are a handful of utilies (i.e., ar(1), ld(1), strip(1), etc)
-# that care about the type of object files they should examine via the various'
+# On AIX, there are a handful of utilities (i.e., ar(1), ld(1), strip(1), etc)
+# that care about the type of object files they should examine via the various
# flags. Alternatively, it is easier to export OBJECT_MODE with the
# appropriate $ABI versus piping through flags for all related utilities.
.if defined(ABI)