From 4b71051e831f60cb19da92570dad091210058c15 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 28 Apr 2011 17:20:33 +0200 Subject: Fix typos in comments (imediately -> immediately) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- hw/lan9118.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/lan9118.c') diff --git a/hw/lan9118.c b/hw/lan9118.c index 2dc8d18549..4c42fe94c2 100644 --- a/hw/lan9118.c +++ b/hw/lan9118.c @@ -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; } -- cgit v1.2.3