summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isapnpdebug.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:17:05 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:17:05 +0000
commit80a5b8fab172a2a6ec7033e0c797c52e037d1ebe (patch)
tree5afc5c0cfd195b3d0e191a2dcf8c816d87b5e0c1 /sys/dev/isa/isapnpdebug.c
parent9eee60d1007ee3cf570825732d9fe079ffcac57b (diff)
typos; torh at bogus.net
Diffstat (limited to 'sys/dev/isa/isapnpdebug.c')
-rw-r--r--sys/dev/isa/isapnpdebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isapnpdebug.c b/sys/dev/isa/isapnpdebug.c
index 850b06231f0..7673bb23614 100644
--- a/sys/dev/isa/isapnpdebug.c
+++ b/sys/dev/isa/isapnpdebug.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isapnpdebug.c,v 1.2 1997/12/25 09:22:40 downsj Exp $ */
+/* $OpenBSD: isapnpdebug.c,v 1.3 2002/12/15 13:17:04 henning Exp $ */
/* $NetBSD: isapnpdebug.c,v 1.4 1997/08/03 08:12:23 mikel Exp $ */
/*
@@ -57,7 +57,7 @@ isapnp_print_mem(str, mem)
"high-addr," : "range-len,",
(mem->flags & ISAPNP_MEMATTR_CACHEABLE) ? "" : "non-",
(mem->flags & ISAPNP_MEMATTR_WRITEABLE) ?
- "writeable," : "read-only,");
+ "writable," : "read-only,");
switch (mem->flags & ISAPNP_MEMWIDTH_MASK) {
case ISAPNP_MEMWIDTH_8: