diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-28 17:20:33 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-08 10:02:17 +0100 |
commit | 4b71051e831f60cb19da92570dad091210058c15 (patch) | |
tree | d6ec9cf349dd3653de2dabe0533ccb493b2ff1a9 /hw/syborg_serial.c | |
parent | 0c58751c37b0365c21153c47e90f096e53542a6b (diff) |
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>
Diffstat (limited to 'hw/syborg_serial.c')
-rw-r--r-- | hw/syborg_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |