mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Fix typos in comments (imediately -> immediately)
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
0c58751c37
commit
4b71051e83
2 changed files with 2 additions and 2 deletions
|
@ -721,7 +721,7 @@ static void do_phy_write(lan9118_state *s, int reg, uint32_t val)
|
|||
break;
|
||||
}
|
||||
s->phy_control = val & 0x7980;
|
||||
/* Complete autonegotiation imediately. */
|
||||
/* Complete autonegotiation immediately. */
|
||||
if (val & 0x1000) {
|
||||
s->phy_status |= 0x0020;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue