diff options
| author | simonb <simonb@NetBSD.org> | 2007-06-22 04:50:47 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2007-06-22 04:50:47 +0000 |
| commit | 015eeb4e7f0816ead58441202cc2c7ae6fa596c2 (patch) | |
| tree | b927b45084205ee5221c5a1209a492f5fa2c8866 /sys | |
| parent | d1187d4dcbb0a4051fac9691f8eee70c8e737e6c (diff) | |
Fix a tyop in a comment.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/evbarm/iq80321/iq80321reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/evbarm/iq80321/iq80321reg.h b/sys/arch/evbarm/iq80321/iq80321reg.h index 20ad6f0d977..3edade201c4 100644 --- a/sys/arch/evbarm/iq80321/iq80321reg.h +++ b/sys/arch/evbarm/iq80321/iq80321reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: iq80321reg.h,v 1.4 2003/05/14 19:46:39 thorpej Exp $ */ +/* $NetBSD: iq80321reg.h,v 1.5 2007/06/22 04:50:47 simonb Exp $ */ /* * Copyright (c) 2002 Wasabi Systems, Inc. @@ -75,7 +75,7 @@ /* * We allocate a page table for VA 0xfe400000 (4MB) and map the - * PCI I/O space (64K) and i80321 memory-mapped registers (4K) there. + * PCI I/O space (64K) and i80321 memory-mapped registers (8K) there. */ #define IQ80321_IOPXS_VBASE 0xfe400000UL #define IQ80321_IOW_VBASE IQ80321_IOPXS_VBASE |
