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/arm_gicv3_redist.c | |
parent | cced0d653973f6ad0d9e8bdbd365e12d0f2316f9 (diff) | |
download | qemu-673d8215415dc0c13e96b8d757102d942916d1b2.zip qemu-673d8215415dc0c13e96b8d757102d942916d1b2.tar.gz qemu-673d8215415dc0c13e96b8d757102d942916d1b2.tar.bz2 |
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/arm_gicv3_redist.c')
-rw-r--r-- | hw/intc/arm_gicv3_redist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/intc/arm_gicv3_redist.c b/hw/intc/arm_gicv3_redist.c index 297f7f0..8153525 100644 --- a/hw/intc/arm_gicv3_redist.c +++ b/hw/intc/arm_gicv3_redist.c @@ -494,7 +494,7 @@ static MemTxResult gicr_writel(GICv3CPUState *cs, hwaddr offset, /* Only the ProcessorSleep bit is writable. When the guest sets * it, it requests that we transition the channel between the * redistributor and the cpu interface to quiescent, and that - * we set the ChildrenAsleep bit once the inteface has reached the + * we set the ChildrenAsleep bit once the interface has reached the * quiescent state. * Setting the ProcessorSleep to 0 reverses the quiescing, and * ChildrenAsleep is cleared once the transition is complete. |