From: Prathu Baronia Date: Mon, 23 Jan 2023 11:06:38 +0000 (+0530) Subject: arm64: el2_setup.h: fix spelling typo in comments X-Git-Tag: v6.6.17~5376^2~10^5~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb457bddee41077768759f6706fa641227877fa0;p=platform%2Fkernel%2Flinux-rpi.git arm64: el2_setup.h: fix spelling typo in comments - "evailable" -> "available" Signed-off-by: Prathu Baronia Reviewed-by: Mukesh Ojha Link: https://lore.kernel.org/r/20230123110639.10473-1-prathubaronia2011@gmail.com Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/el2_setup.h b/arch/arm64/include/asm/el2_setup.h index 668569a..40567b9 100644 --- a/arch/arm64/include/asm/el2_setup.h +++ b/arch/arm64/include/asm/el2_setup.h @@ -177,7 +177,7 @@ /** * Initialize EL2 registers to sane values. This should be called early on all * cores that were booted in EL2. Note that everything gets initialised as - * if VHE was not evailable. The kernel context will be upgraded to VHE + * if VHE was not available. The kernel context will be upgraded to VHE * if possible later on in the boot process * * Regs: x0, x1 and x2 are clobbered.