From ecfa9802f0672e4dd96f2b4326f44de333836e50 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Tue, 28 Dec 1999 06:04:29 +0000 Subject: Fix a small typo in the comments. --- sys/pci/if_rl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.3