diff options
author | jhb <jhb@FreeBSD.org> | 2000-09-29 21:14:05 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-09-29 21:14:05 +0000 |
commit | e91e84a78a0fabc2c019cd7092e99c5384233047 (patch) | |
tree | dd2badf2cd5b970cdc5cc89246b7b02a512b0086 /sys/pci | |
parent | 09544abeed0961c0045208dd5b458587b772d065 (diff) | |
download | FreeBSD-src-e91e84a78a0fabc2c019cd7092e99c5384233047.zip FreeBSD-src-e91e84a78a0fabc2c019cd7092e99c5384233047.tar.gz |
Spelling police in a comment: Defalut -> Default.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/pcic_p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index 4d4c18d..23f80ce 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.c @@ -139,7 +139,7 @@ ti1xxx_pci_init(device_t dev) case 1 : strcpy(buf, "TI113X PCI Config Reg: "); /* - * Defalut card control register setting is + * Default card control register setting is * PCI interrupt. The method of this code * switches PCI INT and ISA IRQ by bit 7 of * Bridge Control Register(Offset:0x3e,0x13e). |