diff options
author | imp <imp@FreeBSD.org> | 2001-04-11 22:49:00 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-04-11 22:49:00 +0000 |
commit | c46318678ba76ee6902af48fa7493a07c0c24bd2 (patch) | |
tree | 1a3bc7685cca251f20445aaee1445dba63982bfe /sys | |
parent | eac81d474ba5e5810026e2bf764aaf07d529c43e (diff) | |
download | FreeBSD-src-c46318678ba76ee6902af48fa7493a07c0c24bd2.zip FreeBSD-src-c46318678ba76ee6902af48fa7493a07c0c24bd2.tar.gz |
Fix minor typo in comment. 112x -> 12xx
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pccard/pcic_pci.h | 2 | ||||
-rw-r--r-- | sys/pci/pcic_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h index 8de785f..da93b90 100644 --- a/sys/pccard/pcic_pci.h +++ b/sys/pccard/pcic_pci.h @@ -109,7 +109,7 @@ #define TI113X_DEVCNTL_INTR_NONE 0x00u #define TI113X_DEVCNTL_INTR_ISA 0x02u #define TI113X_DEVCNTL_INTR_SERIAL 0x04u -/* TI112X specific code */ +/* TI12XX specific code */ #define TI12XX_DEVCNTL_INTR_ALLSERIAL 0x06u /* Texas Instruments PCI-1130/1131 CardBus Controller */ #define TI113X_ExCA_IO_OFFSET0 0x36 /* Offset of I/O window */ diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h index 8de785f..da93b90 100644 --- a/sys/pci/pcic_p.h +++ b/sys/pci/pcic_p.h @@ -109,7 +109,7 @@ #define TI113X_DEVCNTL_INTR_NONE 0x00u #define TI113X_DEVCNTL_INTR_ISA 0x02u #define TI113X_DEVCNTL_INTR_SERIAL 0x04u -/* TI112X specific code */ +/* TI12XX specific code */ #define TI12XX_DEVCNTL_INTR_ALLSERIAL 0x06u /* Texas Instruments PCI-1130/1131 CardBus Controller */ #define TI113X_ExCA_IO_OFFSET0 0x36 /* Offset of I/O window */ |