diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2021-05-08 12:36:15 +0300 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-13 17:58:45 +0200 |
| commit | bcfec3763e44b6996384272bf43fbcfce7f45c57 (patch) | |
| tree | 550ac2c92612bf948e3eb450f654e3fa19d70c6a /hw/gpio | |
| parent | 09ceb33091ab50ea632727d105057f2bd6324672 (diff) | |
| download | focaccia-qemu-bcfec3763e44b6996384272bf43fbcfce7f45c57.tar.gz focaccia-qemu-bcfec3763e44b6996384272bf43fbcfce7f45c57.zip | |
hw/gpio/aspeed: spelling fix (addtional)
Fixes: 36d737ee82b2972167e97901c5271ba3f904ba71 Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210508093615.411920-1-mjt@msgid.tls.msk.ru> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/gpio')
| -rw-r--r-- | hw/gpio/aspeed_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/gpio/aspeed_gpio.c b/hw/gpio/aspeed_gpio.c index 985a259e05..34d8acb0e3 100644 --- a/hw/gpio/aspeed_gpio.c +++ b/hw/gpio/aspeed_gpio.c @@ -170,7 +170,7 @@ /* AST2600 only - 1.8V gpios */ /* * The AST2600 has same 3.6V gpios as the AST2400 (memory offsets 0x0-0x198) - * and addtional 1.8V gpios (memory offsets 0x800-0x9D4). + * and additional 1.8V gpios (memory offsets 0x800-0x9D4). */ #define GPIO_1_8V_REG_OFFSET 0x800 #define GPIO_1_8V_ABCD_DATA_VALUE ((0x800 - GPIO_1_8V_REG_OFFSET) >> 2) |