diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:26:53 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-20 07:54:34 +0300 |
| commit | 2431f4f184339f679ff665c75e927fc24f7bd430 (patch) | |
| tree | 443d91e6215ebb3aa9961c112786a975fa4b95bf /hw/net/rtl8139.c | |
| parent | bad5cfcd609f4a04e499da814cbec4dc45114804 (diff) | |
| download | focaccia-qemu-2431f4f184339f679ff665c75e927fc24f7bd430.tar.gz focaccia-qemu-2431f4f184339f679ff665c75e927fc24f7bd430.zip | |
hw/net: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/net/rtl8139.c')
| -rw-r--r-- | hw/net/rtl8139.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c index b4df75b2c9..4525fda383 100644 --- a/hw/net/rtl8139.c +++ b/hw/net/rtl8139.c @@ -100,7 +100,7 @@ enum RTL8139_registers { MAC0 = 0, /* Ethernet hardware address. */ MAR0 = 8, /* Multicast filter. */ TxStatus0 = 0x10,/* Transmit status (Four 32bit registers). C mode only */ - /* Dump Tally Conter control register(64bit). C+ mode only */ + /* Dump Tally Counter control register(64bit). C+ mode only */ TxAddr0 = 0x20, /* Tx descriptors (also four 32bit). */ RxBuf = 0x30, ChipCmd = 0x37, |