pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Typo in comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea8c20d8600d
branches:  trunk
changeset: 468973:ea8c20d8600d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Feb 18 11:10:35 2004 +0000

description:
Typo in comment.

diffstat:

 mk/buildlink3/sunpro-cc-post-logic |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c254a7145ed -r ea8c20d8600d mk/buildlink3/sunpro-cc-post-logic
--- a/mk/buildlink3/sunpro-cc-post-logic        Wed Feb 18 10:22:27 2004 +0000
+++ b/mk/buildlink3/sunpro-cc-post-logic        Wed Feb 18 11:10:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro-cc-post-logic,v 1.6 2004/02/16 22:22:38 grant Exp $
+# $NetBSD: sunpro-cc-post-logic,v 1.7 2004/02/18 11:10:35 jlam Exp $
 #
 # Silently accept some GCC compiler arguments by silently converting
 # them to the SunPro compiler equivalents.  This makes the SunPro
@@ -41,7 +41,7 @@
        addtoprivatecache=yes
        ;;
 -f[Pp][Ii][Cc])
-       # SunPro uses -Kpic to create position indepedent code.
+       # SunPro uses -Kpic to create position independent code.
        #
        arg=-Kpic
        addtoprivatecache=yes



Home | Main Index | Thread Index | Old Index