diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-19 17:24:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-19 17:24:44 +0000 |
commit | 68f95e9776ee36cb8511ae1073f11aaa9459c111 (patch) | |
tree | 9701ffe31350efdafdbabc6c9205db83506f5628 /mk | |
parent | a8d8183990933c049625495fe0f8e1473c6b227b (diff) | |
download | pkgsrc-68f95e9776ee36cb8511ae1073f11aaa9459c111.tar.gz |
Fix a typo in the comment.
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/plist/shlib-type | 4 |
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). # |