diff options
| author | 2016-05-21 13:48:35 +0200 | |
|---|---|---|
| committer | 2016-06-14 11:16:26 +0200 | |
| commit | 6a727b0b3f9305b2c9f107decee3d8b9122de9e1 (patch) | |
| tree | 21165bffab48cdaa1ca21a4e769c55821f799a4d /arch/arm/kvm/emulate.c | |
| parent | MIPS: KVM: Print unknown load/store encodings (diff) | |
| download | linux-dev-6a727b0b3f9305b2c9f107decee3d8b9122de9e1.tar.xz linux-dev-6a727b0b3f9305b2c9f107decee3d8b9122de9e1.zip | |
KVM: ARM: Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/arm/kvm/emulate.c')
| -rw-r--r-- | arch/arm/kvm/emulate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kvm/emulate.c b/arch/arm/kvm/emulate.c index a494def3f195..af93e3ffc9f3 100644 --- a/arch/arm/kvm/emulate.c +++ b/arch/arm/kvm/emulate.c @@ -210,7 +210,7 @@ bool kvm_condition_valid(struct kvm_vcpu *vcpu) * @vcpu: The VCPU pointer * * When exceptions occur while instructions are executed in Thumb IF-THEN - * blocks, the ITSTATE field of the CPSR is not advanved (updated), so we have + * blocks, the ITSTATE field of the CPSR is not advanced (updated), so we have * to do this little bit of work manually. The fields map like this: * * IT[7:0] -> CPSR[26:25],CPSR[15:10] |
