diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-27 10:04:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-27 10:04:19 +0000 |
commit | f134282a6e41bef8bf05c5efb8385007d7a49e06 (patch) | |
tree | ed29af6b76ccbbe880da3185bab49c9cd598099d /sys/arch/macppc/pci | |
parent | da89476e7cf2354a852ec6ee0b2e775c47b97ac6 (diff) |
viritual -> virtual
Diffstat (limited to 'sys/arch/macppc/pci')
-rw-r--r-- | sys/arch/macppc/pci/mpc106reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/mpc106reg.h b/sys/arch/macppc/pci/mpc106reg.h index 76aeacd1ef8..3eca4b6fe6e 100644 --- a/sys/arch/macppc/pci/mpc106reg.h +++ b/sys/arch/macppc/pci/mpc106reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpc106reg.h,v 1.2 2003/06/09 16:34:21 deraadt Exp $ */ +/* $OpenBSD: mpc106reg.h,v 1.3 2004/01/27 10:04:15 miod Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -33,7 +33,7 @@ #define _MACHINE_MPC106REG_H_ /* Where we map the PCI memory space - MAP A*/ -#define MPC106_V_PCI_MEM_SPACE 0xc0000000 /* Viritual */ +#define MPC106_V_PCI_MEM_SPACE 0xc0000000 /* Virtual */ #define MPC106_P_PCI_MEM_SPACE 0xc0000000 /* Physical */ /* Where we map the PCI I/O space - MAP A*/ |