[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 22/34] hw/net/npcm_gmac.h: correct typos
From: |
Michael Tokarev |
Subject: |
[PULL 22/34] hw/net/npcm_gmac.h: correct typos |
Date: |
Thu, 22 Feb 2024 14:25:49 +0300 |
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
include/hw/net/npcm_gmac.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/hw/net/npcm_gmac.h b/include/hw/net/npcm_gmac.h
index f2d9f08ec1..6340ffe92c 100644
--- a/include/hw/net/npcm_gmac.h
+++ b/include/hw/net/npcm_gmac.h
@@ -81,7 +81,7 @@ struct NPCMGMACRxDesc {
/* Disable Interrupt on Completion */
#define RX_DESC_RDES1_DIS_INTR_COMP_MASK BIT(31)
-/* Recieve end of ring */
+/* Receive end of ring */
#define RX_DESC_RDES1_RC_END_RING_MASK BIT(25)
/* Second Address Chained */
#define RX_DESC_RDES1_SEC_ADDR_CHND_MASK BIT(24)
@@ -213,7 +213,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(NPCMGMACState, NPCM_GMAC)
#define NPCM_DMA_STATUS_FBI BIT(13)
/* Early transmit Interrupt */
#define NPCM_DMA_STATUS_ETI BIT(10)
-/* Receive Watchdog Timout */
+/* Receive Watchdog Timeout */
#define NPCM_DMA_STATUS_RWT BIT(9)
/* Receive Process Stopped */
#define NPCM_DMA_STATUS_RPS BIT(8)
--
2.39.2
- [PULL 12/34] system/physmem: remove redundant arg reassignment, (continued)
- [PULL 12/34] system/physmem: remove redundant arg reassignment, Michael Tokarev, 2024/02/22
- [PULL 13/34] docs: correct typos, Michael Tokarev, 2024/02/22
- [PULL 14/34] tests: correct typos, Michael Tokarev, 2024/02/22
- [PULL 15/34] accel/tcg: correct typos, Michael Tokarev, 2024/02/22
- [PULL 16/34] loongson3: correct typos, Michael Tokarev, 2024/02/22
- [PULL 17/34] ppc: correct typos, Michael Tokarev, 2024/02/22
- [PULL 18/34] sh4: correct typos, Michael Tokarev, 2024/02/22
- [PULL 19/34] include/exec/memory.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 21/34] hw/cxl/cxl_device.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 20/34] hw/arm/omap.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 22/34] hw/net/npcm_gmac.h: correct typos,
Michael Tokarev <=
- [PULL 23/34] hw/riscv/virt.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 25/34] qapi/ui: correct typos, Michael Tokarev, 2024/02/22
- [PULL 24/34] pc-bios/README: correct typos, Michael Tokarev, 2024/02/22
- [PULL 26/34] qemu-options.hx: correct typos, Michael Tokarev, 2024/02/22
- [PULL 27/34] ci/gitlab-pipeline-status: correct typos, Michael Tokarev, 2024/02/22
- [PULL 28/34] hexagon: correct typos, Michael Tokarev, 2024/02/22
- [PULL 29/34] m68k: correct typos, Michael Tokarev, 2024/02/22
- [PULL 30/34] s390x: correct typos, Michael Tokarev, 2024/02/22
- [PULL 32/34] hw/hppa/Kconfig: Fix building with "configure --without-default-devices", Michael Tokarev, 2024/02/22
- [PULL 31/34] target/sparc: correct typos, Michael Tokarev, 2024/02/22