diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-11 22:48:58 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-11 22:48:58 +0000 |
commit | aa1f17c18d3778b10a93b858c10c075ee023487a (patch) | |
tree | 7ac8d036c10169cd3bd59df69055150d592491a8 /hw/pl181.c | |
parent | 4a1a170759e7036dd597e1db3bd2a7688760d6d3 (diff) | |
download | qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.gz qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.bz2 qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.zip |
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pl181.c')
-rw-r--r-- | hw/pl181.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/pl181.c b/hw/pl181.c index 912465971f..62ccad9e4e 100644 --- a/hw/pl181.c +++ b/hw/pl181.c @@ -160,7 +160,7 @@ static void pl181_send_command(pl181_state *s) s->response[2] = RWORD(8); s->response[3] = RWORD(12) & ~1; } - DPRINTF("Response recieved\n"); + DPRINTF("Response received\n"); s->status |= PL181_STATUS_CMDRESPEND; #undef RWORD } else { @@ -174,7 +174,7 @@ error: s->status |= PL181_STATUS_CMDTIMEOUT; } -/* Transfer data between teh card and the FIFO. This is complicated by +/* Transfer data between the card and the FIFO. This is complicated by the FIFO holding 32-bit words and the card taking data in single byte chunks. FIFO bytes are transferred in little-endian order. */ |