diff options
author | dsainty <dsainty@pkgsrc.org> | 2012-08-07 23:41:23 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2012-08-07 23:41:23 +0000 |
commit | bfee16744bf170833a9f13ab373a64f50903489b (patch) | |
tree | 456919db303693b6f75023664dfcb2bd64d8ad10 /devel | |
parent | 451af52503281fb28a2014ef51d9010e73f2e489 (diff) | |
download | pkgsrc-bfee16744bf170833a9f13ab373a64f50903489b.tar.gz |
Trivial typo in comment
Diffstat (limited to 'devel')
-rw-r--r-- | devel/picprg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/picprg/Makefile b/devel/picprg/Makefile index 8661df79f2d..b5118dc907e 100644 --- a/devel/picprg/Makefile +++ b/devel/picprg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/03 17:45:36 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2012/08/07 23:41:23 dsainty Exp $ # PKGNAME= picprg-2.3d @@ -12,7 +12,7 @@ HOMEPAGE= http://www.finitesite.com/d3jsys/ COMMENT= Parallel port PIC programmer # The programmer makes direct I/O bus accesses via the i386 in/out -# instructions. The program has been patches to work on NetBSD only, +# instructions. The program has been patched to work on NetBSD only, # via the i386_set_ioperm() interface. # ONLY_FOR_PLATFORM= NetBSD-*-i386 |