diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 14:53:14 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-06-14 12:16:27 +0300 |
commit | edce2292c1e026c6a2da6899c114d930bc1f518b (patch) | |
tree | b66929673bbcc2bc1401f62e1646c7b75ea43496 /arch/arm64/kvm/reset.c | |
parent | 6a727b0b3f9305b2c9f107decee3d8b9122de9e1 (diff) | |
download | linux-edce2292c1e026c6a2da6899c114d930bc1f518b.tar.xz |
KVM: ARM64: Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/arm64/kvm/reset.c')
-rw-r--r-- | arch/arm64/kvm/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/reset.c b/arch/arm64/kvm/reset.c index b1ad730e1567..7be24f2b18db 100644 --- a/arch/arm64/kvm/reset.c +++ b/arch/arm64/kvm/reset.c @@ -98,7 +98,7 @@ int kvm_arch_dev_ioctl_check_extension(long ext) * @vcpu: The VCPU pointer * * This function finds the right table above and sets the registers on - * the virtual CPU struct to their architectually defined reset + * the virtual CPU struct to their architecturally defined reset * values. */ int kvm_reset_vcpu(struct kvm_vcpu *vcpu) |