summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-05 09:53:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-05 09:53:41 +0000
commit117f18af6f6ab5c163e7456262b38dc9d53dd533 (patch)
treedaf3bf3d4e33f84a36688d27135653976ea4db5c
parentc6a2378f8936aef94fe3979e1712d85a853d687c (diff)
typos from Jared Yanovich;
-rw-r--r--sys/arch/hppa/include/iomod.h4
-rw-r--r--sys/arch/hppa/include/pdc.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h
index 8058981ed54..27e69a91378 100644
--- a/sys/arch/hppa/include/iomod.h
+++ b/sys/arch/hppa/include/iomod.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iomod.h,v 1.14 2003/11/03 05:34:44 david Exp $ */
+/* $OpenBSD: iomod.h,v 1.15 2004/01/05 09:53:40 jmc Exp $ */
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@ -315,7 +315,7 @@ struct bpa {
/*
* All I/O and Memory modules have 4K-bytes of HPA space associated with
* it (described above), however not all modules implement every register.
- * The first 2K-bytes of registers are "priviliged".
+ * The first 2K-bytes of registers are "privileged".
*
* (WO) == Write Only, (RO) == Read Only
*/
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h
index 0e285910cd8..dfada53d3f8 100644
--- a/sys/arch/hppa/include/pdc.h
+++ b/sys/arch/hppa/include/pdc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pdc.h,v 1.27 2003/10/31 18:46:04 mickey Exp $ */
+/* $OpenBSD: pdc.h,v 1.28 2004/01/05 09:53:40 jmc Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -432,7 +432,7 @@ struct pdc_iodc_minit { /* PDC_IODC, PDC_IODC_NINIT or PDC_IODC_DINIT */
u_int stat; /* HPA.io_status style error returns */
u_int max_spa; /* size of SPA (in bytes) > max_mem+map_mem */
u_int max_mem; /* size of "implemented" memory (in bytes) */
- u_int map_mem; /* size of "mapable-only" memory (in bytes) */
+ u_int map_mem; /* size of "mappable-only" memory (in bytes) */
u_int filler[28];
};