summaryrefslogtreecommitdiffstats
path: root/hw/rtl8139.c
diff options
context:
space:
mode:
authorths2007-07-12 00:48:58 +0200
committerths2007-07-12 00:48:58 +0200
commitaa1f17c18d3778b10a93b858c10c075ee023487a (patch)
tree7ac8d036c10169cd3bd59df69055150d592491a8 /hw/rtl8139.c
parentReduce variable shadowing, by Stefan Weil. (diff)
downloadqemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.gz
qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.xz
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/rtl8139.c')
-rw-r--r--hw/rtl8139.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtl8139.c b/hw/rtl8139.c
index d1e60e8294..705bddb4eb 100644
--- a/hw/rtl8139.c
+++ b/hw/rtl8139.c
@@ -790,7 +790,7 @@ static int rtl8139_can_receive(void *opaque)
RTL8139State *s = opaque;
int avail;
- /* Recieve (drop) packets if card is disabled. */
+ /* Receive (drop) packets if card is disabled. */
if (!s->clock_enabled)
return 1;
if (!rtl8139_receiver_enabled(s))