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 | 860a1347c0b81853bcb5a5745bf0864d916bb61b (patch) | |
tree | 3b86fb687f9ee7373c8c9bdd24aee2bdf4ea137d /mk/wrapper | |
parent | 7fab9d65e5c3bbc4b1cf23c5825b59ed88655452 (diff) | |
download | pkgsrc-860a1347c0b81853bcb5a5745bf0864d916bb61b.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 |