diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-05 09:53:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-05 09:53:41 +0000 |
commit | 117f18af6f6ab5c163e7456262b38dc9d53dd533 (patch) | |
tree | daf3bf3d4e33f84a36688d27135653976ea4db5c /sys/arch/hppa/include/pdc.h | |
parent | c6a2378f8936aef94fe3979e1712d85a853d687c (diff) |
typos from Jared Yanovich;
Diffstat (limited to 'sys/arch/hppa/include/pdc.h')
-rw-r--r-- | sys/arch/hppa/include/pdc.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]; }; |