diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-13 06:36:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-13 06:36:08 +0000 |
commit | bca66c9aa9bd966813e19be5d7c9884001f23cd7 (patch) | |
tree | 3b86fb687f9ee7373c8c9bdd24aee2bdf4ea137d /mk/wrapper | |
parent | 544dc12ebfcb88c7d323c36bc9272d01190b19dc (diff) | |
download | pkgsrc-bca66c9aa9bd966813e19be5d7c9884001f23cd7.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mk/wrapper')
-rw-r--r-- | mk/wrapper/buildcmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/wrapper/buildcmd b/mk/wrapper/buildcmd index f5bed67da2b..909b6353ac8 100644 --- a/mk/wrapper/buildcmd +++ b/mk/wrapper/buildcmd @@ -1,4 +1,4 @@ -# $NetBSD: buildcmd,v 1.5 2012/04/13 03:11:13 sbd Exp $ +# $NetBSD: buildcmd,v 1.6 2012/04/13 06:36:08 wiz Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -67,8 +67,8 @@ case $arg in ;; ###################################################################### # Treat the '--as-needed' and '--no-as-needed' arguments to ld as if -# thay are librarys so that they still surround the given library. -# WARNING: this may not work if the wrapper reorders librarys. +# thay are libraries so that they still surround the given library. +# WARNING: this may not work if the wrapper reorders libraries. ###################################################################### -l*|--as-needed|--no-as-needed) case $libs in |