aboutsummaryrefslogtreecommitdiff
path: root/hw/e1000_hw.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-11 04:55:07 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-11 04:55:07 +0000
commit1654b2d6bf7bfa019c79f4112778853d1af0fd35 (patch)
treea7661efded89b3e01de2034f77bf6f7119da7b12 /hw/e1000_hw.h
parent5d20fa6b30bb9abdf9954e8e5cdd99bab85ee9f0 (diff)
downloadqemu-1654b2d6bf7bfa019c79f4112778853d1af0fd35.zip
qemu-1654b2d6bf7bfa019c79f4112778853d1af0fd35.tar.gz
qemu-1654b2d6bf7bfa019c79f4112778853d1af0fd35.tar.bz2
Fix few spelling issues in comments
(Stefan Weil) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4187 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/e1000_hw.h')
-rw-r--r--hw/e1000_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/e1000_hw.h b/hw/e1000_hw.h
index 0e90e31..9993a7d 100644
--- a/hw/e1000_hw.h
+++ b/hw/e1000_hw.h
@@ -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 */