diff options
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 989f2bbadb1..fceb3c8ec6f 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1393 2004/02/12 21:29:28 xtraeme Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1394 2004/02/12 23:12:27 jlam Exp $ # # This file is in the public domain. # @@ -391,7 +391,7 @@ LIBTOOL_REQD?= 1.4.20010614nb11 # # PKG_LIBTOOL is the path to the libtool script installed by libtool-base. # _LIBTOOL is the path the libtool used by the build, which could be the -# path to a libtool warpper script. +# path to a libtool wrapper script. # LIBTOOL is the publicly-readable variable that should be used by # Makefiles to invoke the proper libtool. # |