Fix few spelling issues in comments

(Stefan Weil)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4187 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2008-04-11 04:55:07 +00:00
parent 5d20fa6b30
commit 1654b2d6bf
4 changed files with 7 additions and 7 deletions

View file

@ -734,7 +734,7 @@ struct e1000_rx_desc {
uint16_t special;
};
/* Receive Decriptor bit definitions */
/* Receive Descriptor bit definitions */
#define E1000_RXD_STAT_DD 0x01 /* Descriptor Done */
#define E1000_RXD_STAT_EOP 0x02 /* End of Packet */
#define E1000_RXD_STAT_IXSM 0x04 /* Ignore checksum */