summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-23 04:48:12 +0000
committergrant <grant@pkgsrc.org>2005-07-23 04:48:12 +0000
commit89cfcef36497b6f4c3b6bb15f8b164018e81548d (patch)
tree37bdedef773b4279afcb507426e70bfd13efeadd /mk
parenta457387735d427779163dc23ff5a745f0a88b74a (diff)
downloadpkgsrc-89cfcef36497b6f4c3b6bb15f8b164018e81548d.tar.gz
fix typo in comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/wrapper/cmd-sink-aix-xlc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/wrapper/cmd-sink-aix-xlc b/mk/wrapper/cmd-sink-aix-xlc
index bbd6c2c8e50..cc4142656c1 100644
--- a/mk/wrapper/cmd-sink-aix-xlc
+++ b/mk/wrapper/cmd-sink-aix-xlc
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-aix-xlc,v 1.2 2005/05/16 17:54:51 jlam Exp $
+# $NetBSD: cmd-sink-aix-xlc,v 1.3 2005/07/23 04:48:12 grant Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -42,7 +42,7 @@ while ! queue_is_empty cmdbuf; do
case $arg in
##############################################################
# AIX xlC doesn't support -Wl,-rpath,* but accumulate them
- # into a path collection we can later append to comand line
+ # into a path collection we can later append to command line
# using -blibpath.
##############################################################
-R*|-Wl,-R*|-Wl,-rpath,*|-Wl,-rpath-link,*|-Wl,--rpath,*)