summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-17 22:36:26 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2019-02-19 21:05:54 +0000
commita37f0c3c46d2d5f4e94bb1e80e3f6f1f8fd89b40 (patch)
treed4f991261f2c1bd5bd7ea51b78a8bf8a32fa7bee /virt
parent2b59066902548c17ddf5443745dbf8ce50d0c037 (diff)
KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
There is a spelling mistake in a kvm_err error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'virt')
-rw-r--r--virt/kvm/arm/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c
index 9fbdb9e1c51f..8de55041e7ba 100644
--- a/virt/kvm/arm/arm.c
+++ b/virt/kvm/arm/arm.c
@@ -1553,7 +1553,7 @@ static int init_hyp_mode(void)
err = hyp_map_aux_data();
if (err)
- kvm_err("Cannot map host auxilary data: %d\n", err);
+ kvm_err("Cannot map host auxiliary data: %d\n", err);
return 0;