Spelling fixes, by Stefan Weil.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-07-11 22:48:58 +00:00
parent 4a1a170759
commit aa1f17c18d
12 changed files with 17 additions and 17 deletions

View file

@ -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))