aboutsummaryrefslogtreecommitdiff
path: root/hw/e1000_hw.h
diff options
context:
space:
mode:
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 0e90e315fb..9993a7dec7 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 */