Commit a37f0c3c authored by Colin Ian King's avatar Colin Ian King Committed by Marc Zyngier

KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"

There is a spelling mistake in a kvm_err error message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 2b590669
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment