diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-25 22:26:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-25 22:26:41 +0000 |
commit | b6c3513245f063dc0b3b3bf8a54f3f9fc6bb674a (patch) | |
tree | 4c5958233b7fd64ff656cec6484a02aa6aad6324 /mk/wrapper | |
parent | 16e8e0e060dfb76f26bfda4a6b9332587b3dda07 (diff) | |
download | pkgsrc-b6c3513245f063dc0b3b3bf8a54f3f9fc6bb674a.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mk/wrapper')
-rw-r--r-- | mk/wrapper/buildcmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/wrapper/buildcmd b/mk/wrapper/buildcmd index a5823bbe0a7..15691db98bb 100644 --- a/mk/wrapper/buildcmd +++ b/mk/wrapper/buildcmd @@ -1,4 +1,4 @@ -# $NetBSD: buildcmd,v 1.7 2015/04/25 22:15:38 tnn Exp $ +# $NetBSD: buildcmd,v 1.8 2015/04/25 22:26:41 wiz Exp $ # # Copyright (c) 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -67,7 +67,7 @@ case $arg in ;; ###################################################################### # Treat the '--as-needed' and '--no-as-needed' arguments to ld as if -# thay are libraries so that they still surround the given library. +# they are libraries so that they still surround the given library. # Same for '-Wl,--whole-archive' and '-Wl,--no-whole-archive'. # WARNING: this may not work if the wrapper reorders libraries. ###################################################################### |