arm64: el2_setup.h: fix spelling typo in comments
authorPrathu Baronia <prathubaronia2011@gmail.com>
Mon, 23 Jan 2023 11:06:38 +0000 (16:36 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 26 Jan 2023 17:45:46 +0000 (17:45 +0000)
- "evailable" -> "available"

Signed-off-by: Prathu Baronia <prathubaronia2011@gmail.com>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Link: https://lore.kernel.org/r/20230123110639.10473-1-prathubaronia2011@gmail.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/el2_setup.h

index 668569a..40567b9 100644 (file)
 /**
  * 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.