summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-28 06:04:29 +0000
committerbillf <billf@FreeBSD.org>1999-12-28 06:04:29 +0000
commitcbc12a3b7e07b686c758541786b9f0ee44af2769 (patch)
tree6358bbe77d97fee3cdf0cfddc37b592b985e3e52 /sys/pci
parent9495b8cb30eae88e3dc46562617fb61795d9990b (diff)
downloadFreeBSD-src-cbc12a3b7e07b686c758541786b9f0ee44af2769.zip
FreeBSD-src-cbc12a3b7e07b686c758541786b9f0ee44af2769.tar.gz
Fix a small typo in the comments.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_rl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index bd735c6..a6c0aaa 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -247,7 +247,7 @@ static void rl_eeprom_putbyte(sc, addr)
d = addr | RL_EECMD_READ;
/*
- * Feed in each bit and stobe the clock.
+ * Feed in each bit and strobe the clock.
*/
for (i = 0x400; i; i >>= 1) {
if (d & i) {
OpenPOWER on IntegriCloud