diff options
author | Dong Xu Wang | 2011-11-29 09:52:39 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2011-12-06 10:56:41 +0100 |
commit | 66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112 (patch) | |
tree | ca94e118ff09a096aed511e5859eb8f5ecaf3844 /hw/e1000_hw.h | |
parent | fix typo: delete redundant semicolon (diff) | |
download | qemu-66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112.tar.gz qemu-66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112.tar.xz qemu-66a0a2cb81fb9d0e4e372a21cb62c1d0d877b112.zip |
fix spelling in hw sub directory
Correct obvious spelling errors in qemu/hw directory.
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/e1000_hw.h')
-rw-r--r-- | hw/e1000_hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/e1000_hw.h b/hw/e1000_hw.h index 2e341ac27e..9e29af8c82 100644 --- a/hw/e1000_hw.h +++ b/hw/e1000_hw.h @@ -295,7 +295,7 @@ #define E1000_KUMCTRLSTA 0x00034 /* MAC-PHY interface - RW */ #define E1000_MDPHYA 0x0003C /* PHY address - RW */ -#define E1000_MANC2H 0x05860 /* Managment Control To Host - RW */ +#define E1000_MANC2H 0x05860 /* Management Control To Host - RW */ #define E1000_SW_FW_SYNC 0x05B5C /* Software-Firmware Synchronization - RW */ #define E1000_GCR 0x05B00 /* PCI-Ex Control */ |