Fix a small typo in the comments.
This commit is contained in:
parent
9495b8cb30
commit
cbc12a3b7e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user