[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 12/21] hw/net/npcm_gmac.h: correct typos
From: |
Manos Pitsidianakis |
Subject: |
[PATCH v1 12/21] hw/net/npcm_gmac.h: correct typos |
Date: |
Tue, 20 Feb 2024 10:52:19 +0200 |
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
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)
--
γαῖα πυρί μιχθήτω
- Re: [PATCH v1 06/21] ppc: correct typos, (continued)
- [PATCH v1 09/21] include/exec/plugin-gen.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 08/21] include/exec/memory.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 07/21] sh4: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 10/21] hw/arm/omap.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 12/21] hw/net/npcm_gmac.h: correct typos,
Manos Pitsidianakis <=
- [PATCH v1 11/21] hw/cxl/cxl_device.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 13/21] hw/riscv/virt.h: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 14/21] pc-bios/README: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 16/21] qemu-options.hx: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 15/21] qapi/ui: correct typos, Manos Pitsidianakis, 2024/02/20
- [PATCH v1 17/21] ci/gitlab-pipeline-status: correct typos, Manos Pitsidianakis, 2024/02/20