Fix a small typo in the comments.

This commit is contained in:
Bill Fumerola 1999-12-28 06:04:29 +00:00
parent aa52177fb5
commit ecfa9802f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55170

View File

@ -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) {