diff options
-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 d6cf069..20b0d33 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); |