diff options
author | Manos Pitsidianakis <manos.pitsidianakis@linaro.org> | 2024-02-20 10:52:17 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-02-21 08:16:43 +0300 |
commit | c3aa4206fc5b5243632d58b8b8680ea068cf79ae (patch) | |
tree | cd514e1183244641e21c5923d132209035271baf | |
parent | 2432e063cb98a23cfa61c9ef79e88bcf8ace0e8c (diff) | |
download | qemu-c3aa4206fc5b5243632d58b8b8680ea068cf79ae.zip qemu-c3aa4206fc5b5243632d58b8b8680ea068cf79ae.tar.gz qemu-c3aa4206fc5b5243632d58b8b8680ea068cf79ae.tar.bz2 |
hw/arm/omap.h: correct typos
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
(mjt: fix comment style as suggested by Philippe)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | include/hw/arm/omap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h index 067e941..40ee8ea 100644 --- a/include/hw/arm/omap.h +++ b/include/hw/arm/omap.h @@ -1008,7 +1008,8 @@ void omap_mpu_wakeup(void *opaque, int irq, int req); __func__, paddr) /* OMAP-specific Linux bootloader tags for the ATAG_BOARD area - (Board-specifc tags are not here) */ + * (Board-specific tags are not here) + */ #define OMAP_TAG_CLOCK 0x4f01 #define OMAP_TAG_MMC 0x4f02 #define OMAP_TAG_SERIAL_CONSOLE 0x4f03 |