From: Stefan Weil Date: Thu, 28 Apr 2011 15:20:33 +0000 (+0200) Subject: Fix typos in comments (imediately -> immediately) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1405^2~17^2~2169^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b71051e831f60cb19da92570dad091210058c15;p=sdk%2Femulator%2Fqemu.git Fix typos in comments (imediately -> immediately) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- 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; } diff --git a/hw/syborg_serial.c b/hw/syborg_serial.c index df2950fe88..2ef71758b5 100644 --- a/hw/syborg_serial.c +++ b/hw/syborg_serial.c @@ -126,7 +126,7 @@ static void do_dma_tx(SyborgSerialState *s, uint32_t count) s->dma_tx_ptr += count; } /* QEMU char backends do not have a nonblocking mode, so we transmit all - the data imediately and the interrupt status will be unchanged. */ + the data immediately and the interrupt status will be unchanged. */ } /* Initiate RX DMA, and transfer data from the FIFO. */