[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 05/21] loongson3: correct typos
From: |
Manos Pitsidianakis |
Subject: |
[PATCH v1 05/21] loongson3: correct typos |
Date: |
Tue, 20 Feb 2024 10:52:12 +0200 |
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
---
hw/mips/loongson3_bootp.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/mips/loongson3_bootp.h b/hw/mips/loongson3_bootp.h
index d525ab745a..1b0dd3b591 100644
--- a/hw/mips/loongson3_bootp.h
+++ b/hw/mips/loongson3_bootp.h
@@ -25,7 +25,7 @@
struct efi_memory_map_loongson {
uint16_t vers; /* version of efi_memory_map */
uint32_t nr_map; /* number of memory_maps */
- uint32_t mem_freq; /* memory frequence */
+ uint32_t mem_freq; /* memory frequency */
struct mem_map {
uint32_t node_id; /* node_id which memory attached to */
uint32_t mem_type; /* system memory, pci memory, pci io, etc. */
@@ -156,7 +156,7 @@ struct board_devices {
struct loongson_special_attribute {
uint16_t vers; /* version of this special */
- char special_name[64]; /* special_atribute_name */
+ char special_name[64]; /* special_attribute_name */
uint32_t loongson_special_type; /* type of special device */
/* for each device's resource */
struct resource_loongson resource[MAX_RESOURCE_NUMBER];
--
γαῖα πυρί μιχθήτω
- Re: [PATCH v1 01/21] docs: correct typos, (continued)
[PATCH v1 02/21] tests: correct typos, Manos Pitsidianakis, 2024/02/20
[PATCH v1 04/21] accel/tcg: correct typos, Manos Pitsidianakis, 2024/02/20
[PATCH v1 03/21] Xen headers: correct typos, Manos Pitsidianakis, 2024/02/20
[PATCH v1 05/21] loongson3: correct typos,
Manos Pitsidianakis <=
[PATCH v1 06/21] ppc: correct typos, Manos Pitsidianakis, 2024/02/20
[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