summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-19 17:24:44 +0000
committerjlam <jlam@pkgsrc.org>2006-01-19 17:24:44 +0000
commitd4a3fc56e67f8cbcc1231eee2ab1bcd0083834d9 (patch)
tree9701ffe31350efdafdbabc6c9205db83506f5628 /mk
parent0533f0f79e87632428fcaa5a96e5fbfb119b79c9 (diff)
downloadpkgsrc-d4a3fc56e67f8cbcc1231eee2ab1bcd0083834d9.tar.gz
Fix a typo in the comment.
Diffstat (limited to 'mk')
-rwxr-xr-xmk/plist/shlib-type4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/shlib-type b/mk/plist/shlib-type
index 62b68974fbb..a657d4e05f0 100755
--- a/mk/plist/shlib-type
+++ b/mk/plist/shlib-type
@@ -1,12 +1,12 @@
# /bin/sh
#
-# $NetBSD: shlib-type,v 1.1 2006/01/12 23:43:57 jlam Exp $
+# $NetBSD: shlib-type,v 1.2 2006/01/19 17:24:44 jlam Exp $
#
# This code is derived from software contributed to The NetBSD Foundation
# by Alistair Crooks.
#
# This script returns the the library format for the platform. If the
-# library format is "ELF/a.out", then a small program is cmopiled to
+# library format is "ELF/a.out", then a small program is compiled to
# determine the correct object format (either ELF or a.out).
#