summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-25 22:26:41 +0000
committerwiz <wiz@pkgsrc.org>2015-04-25 22:26:41 +0000
commit9b2d59d71fa7fd4e94d566345dd18db09b49dffd (patch)
tree4c5958233b7fd64ff656cec6484a02aa6aad6324 /mk
parentf4ce6ceaec883029a587f22e6b41f39fc2b66152 (diff)
downloadpkgsrc-9b2d59d71fa7fd4e94d566345dd18db09b49dffd.tar.gz
Fix typo in comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/wrapper/buildcmd4
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.
######################################################################