diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:14:49 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-25 17:13:53 +0300 |
| commit | 673d8215415dc0c13e96b8d757102d942916d1b2 (patch) | |
| tree | ce6ec6398c83f100750e826d9b4bee7d9e4f9353 /hw/intc/armv7m_nvic.c | |
| parent | cced0d653973f6ad0d9e8bdbd365e12d0f2316f9 (diff) | |
| download | focaccia-qemu-673d8215415dc0c13e96b8d757102d942916d1b2.tar.gz focaccia-qemu-673d8215415dc0c13e96b8d757102d942916d1b2.zip | |
arm: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/intc/armv7m_nvic.c')
| -rw-r--r-- | hw/intc/armv7m_nvic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c index 63afe1fdf5..03b6b8c986 100644 --- a/hw/intc/armv7m_nvic.c +++ b/hw/intc/armv7m_nvic.c @@ -894,7 +894,7 @@ int armv7m_nvic_complete_irq(NVICState *s, int irq, bool secure) vec->active = 0; if (vec->level) { /* Re-pend the exception if it's still held high; only - * happens for extenal IRQs + * happens for external IRQs */ assert(irq >= NVIC_FIRST_IRQ); vec->pending = 1; |