diff options
author | imp <imp@FreeBSD.org> | 2002-11-14 05:10:16 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-11-14 05:10:16 +0000 |
commit | c35b7acf66761c94e3dff76ab6b7525af579ab92 (patch) | |
tree | 6a32e1d4dc070830ab07357c652ee2ebeb3cb522 | |
parent | 33cb79e0fa85d18af96a418f15a993b1e95a5554 (diff) | |
download | FreeBSD-src-c35b7acf66761c94e3dff76ab6b7525af579ab92.zip FreeBSD-src-c35b7acf66761c94e3dff76ab6b7525af579ab92.tar.gz |
minor correction to comment
-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); |