diff options
author | Stefan Weil <sw@weilnetz.de> | 2023-04-20 10:21:13 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-04-20 10:21:13 +0100 |
commit | b3db996ffce758bd80181528110baac2b91cd531 (patch) | |
tree | 4f1e75d78d5f5b0005fcf2c69c6e8742fbe892f8 /hw/arm/Kconfig | |
parent | 2d82c32b2ceaca3dc3da5e36e10976f34bfcb598 (diff) | |
download | qemu-b3db996ffce758bd80181528110baac2b91cd531.zip qemu-b3db996ffce758bd80181528110baac2b91cd531.tar.gz qemu-b3db996ffce758bd80181528110baac2b91cd531.tar.bz2 |
hw/arm: Fix some typos in comments (most found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230409200526.1156456-1-sw@weilnetz.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index b5aed4a..db1105c 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -126,7 +126,7 @@ config OLIMEX_STM32_H405 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 |