mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Fix a small typo in the comments.
This commit is contained in:
parent
aa52177fb5
commit
ecfa9802f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55170
@ -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