aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-28 06:04:29 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-28 06:04:29 +0000
commitecfa9802f0672e4dd96f2b4326f44de333836e50 (patch)
tree329da11c81c9231bcbe01bbf4dc1beb28eabdbdc
parentaa52177fb5f7cc93cbd361300809183fb6492e72 (diff)
Notes
-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 bd735c61d601..a6c0aaaf2906 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) {