aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {