Fix a small typo in the comments.

This commit is contained in:
billf 1999-12-28 06:04:29 +00:00
parent 9495b8cb30
commit cbc12a3b7e

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