[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
src/sys/arch/hppa/include: a few typos
Index: iomod.h
===================================================================
RCS file: /cvs/src/sys/arch/hppa/include/iomod.h,v
retrieving revision 1.14
diff -u -r1.14 iomod.h
--- iomod.h 2003/11/03 05:34:44 1.14
+++ iomod.h 2004/01/04 23:21:06
@@ -315,7 +315,7 @@
/*
* 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
*/
Index: pdc.h
===================================================================
RCS file: /cvs/src/sys/arch/hppa/include/pdc.h,v
retrieving revision 1.27
diff -u -r1.27 pdc.h
--- pdc.h 2003/10/31 18:46:04 1.27
+++ pdc.h 2004/01/04 23:21:07
@@ -432,7 +432,7 @@
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];
};