diff options
Diffstat (limited to 'sys/arch/alpha/pci/tsreg.h')
-rw-r--r-- | sys/arch/alpha/pci/tsreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/tsreg.h b/sys/arch/alpha/pci/tsreg.h index fa1ed0dd525..334c54df64d 100644 --- a/sys/arch/alpha/pci/tsreg.h +++ b/sys/arch/alpha/pci/tsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tsreg.h,v 1.1 2000/11/16 04:50:18 ericj Exp $ */ +/* $OpenBSD: tsreg.h,v 1.2 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: tsreg.h,v 1.1 1999/06/29 06:46:47 ross Exp $ */ /*- @@ -71,7 +71,7 @@ /* * This hack allows us to map the I/O address space without using - * the KSEG sign extention hack. + * the KSEG sign extension hack. */ #define TS_PHYSADDR(x) \ (((x) & ~0x0100##0000##0000) | 0x0800##0000##0000) |