diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-11-14 05:10:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-11-14 05:10:16 +0000 |
| commit | 01f2fb65c32753ebe1920c7bcefa4b1e55800ee9 (patch) | |
| tree | 6a32e1d4dc070830ab07357c652ee2ebeb3cb522 /sys | |
| parent | 21ac1e06155ae784f1bc6a4251d6bfed239b60e4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/cardbus/cardbus_cis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index d6cf0690c9faf..20b0d33264e0b 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -309,7 +309,7 @@ DECODE_PROTOTYPE(bar) /* * Mark the appropriate bit in the PCI command register so that - * device drivers will know which BARs can be used. + * device drivers will know which type of BARs can be used. */ pci_enable_io(child, type); return (0); |
