From 40e7d9ecd920435b857be95ea4b05787e7d61e3b Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 9 Apr 2021 16:44:54 +0200 Subject: [PATCH] hw/arm: Fix some typos in comments (found by codespell) Signed-off-by: Stefan Weil --- hw/arm/Kconfig | 2 +- hw/arm/arm_tt.c | 2 +- hw/arm/exynos4210.c | 2 +- hw/arm/musicpal.c | 2 +- hw/arm/omap1.c | 2 +- hw/arm/omap2.c | 2 +- hw/arm/stcpmu.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 8c37cf00da..ac4cb5f99d 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -115,7 +115,7 @@ config NETDUINOPLUS2 config NSERIES bool select OMAP - select TMP105 # tempature sensor + select TMP105 # temperature sensor select BLIZZARD # LCD/TV controller select ONENAND select TSC210X # touchscreen/sensors/audio diff --git a/hw/arm/arm_tt.c b/hw/arm/arm_tt.c index 7f908d810a..6cd86c2a47 100644 --- a/hw/arm/arm_tt.c +++ b/hw/arm/arm_tt.c @@ -140,7 +140,7 @@ static const char *offset2name(const OffsetNamePair *o2n, unsigned offset) #define MP_LCD_SPI_CMD 0x00104011 #define MP_LCD_SPI_INVALID 0x00000000 -/* Commmands */ +/* Commands */ #define MP_LCD_INST_SETPAGE0 0xB0 /* ... */ #define MP_LCD_INST_SETPAGE7 0xB7 diff --git a/hw/arm/exynos4210.c b/hw/arm/exynos4210.c index ced2769b10..371c6e7762 100644 --- a/hw/arm/exynos4210.c +++ b/hw/arm/exynos4210.c @@ -419,7 +419,7 @@ static void exynos4210_realize(DeviceState *socdev, Error **errp) * - SDMA * - ADMA2 * - * As this part of the Exynos4210 is not publically available, + * As this part of the Exynos4210 is not publicly available, * we used the "HS-MMC Controller S3C2416X RISC Microprocessor" * public datasheet which is very similar (implementing * MMC Specification Version 4.0 being the only difference noted) diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c index af8411ea36..d6894b3054 100644 --- a/hw/arm/musicpal.c +++ b/hw/arm/musicpal.c @@ -475,7 +475,7 @@ static const TypeInfo mv88w8618_eth_info = { #define MP_LCD_SPI_CMD 0x00104011 #define MP_LCD_SPI_INVALID 0x00000000 -/* Commmands */ +/* Commands */ #define MP_LCD_INST_SETPAGE0 0xB0 /* ... */ #define MP_LCD_INST_SETPAGE7 0xB7 diff --git a/hw/arm/omap1.c b/hw/arm/omap1.c index 02c0f66431..df7f7e039b 100644 --- a/hw/arm/omap1.c +++ b/hw/arm/omap1.c @@ -4062,7 +4062,7 @@ struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *dram, s->led[1] = omap_lpg_init(system_memory, 0xfffbd800, omap_findclk(s, "clk32-kHz")); - /* Register mappings not currenlty implemented: + /* Register mappings not currently implemented: * MCSI2 Comm fffb2000 - fffb27ff (not mapped on OMAP310) * MCSI1 Bluetooth fffb2800 - fffb2fff (not mapped on OMAP310) * USB W2FC fffb4000 - fffb47ff diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c index 16d388fc79..ee9023e65b 100644 --- a/hw/arm/omap2.c +++ b/hw/arm/omap2.c @@ -2528,7 +2528,7 @@ struct omap_mpu_state_s *omap2420_mpu_init(MemoryRegion *sdram, omap_findclk(s, "func_96m_clk"), omap_findclk(s, "core_l4_iclk")); - /* All register mappings (includin those not currenlty implemented): + /* All register mappings (includin those not currently implemented): * SystemControlMod 48000000 - 48000fff * SystemControlL4 48001000 - 48001fff * 32kHz Timer Mod 48004000 - 48004fff diff --git a/hw/arm/stcpmu.h b/hw/arm/stcpmu.h index 8e7f7d6fc5..8c9677367b 100644 --- a/hw/arm/stcpmu.h +++ b/hw/arm/stcpmu.h @@ -9,7 +9,7 @@ #define PMUREGS_H /* Versions of the Simtec Power management interface. */ -/* Version 1.0 interfcae */ +/* Version 1.0 interface */ #define STCPMU_V1_02 2 /* Version 1.2 interface never existed */ -- 2.11.4.GIT