pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/wrapper Fix typo in comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f057409a4f63
branches:  trunk
changeset: 602377:f057409a4f63
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 13 06:36:08 2012 +0000

description:
Fix typo in comment.

diffstat:

 mk/wrapper/buildcmd |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 70f79eabd2cb -r f057409a4f63 mk/wrapper/buildcmd
--- a/mk/wrapper/buildcmd       Fri Apr 13 05:51:44 2012 +0000
+++ b/mk/wrapper/buildcmd       Fri Apr 13 06:36:08 2012 +0000
@@ -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 @@
        ;;
 ######################################################################
 # 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



Home | Main Index | Thread Index | Old Index