[PATCH] arm64: fix typos in comments
Ken Kurematsu
k.kurematsu at nskint.co.jp
Wed Apr 13 19:37:18 PDT 2022
Fix a typo "cortex"
Signed-off-by: Ken Kurematsu <k.kurematsu at nskint.co.jp>
---
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 57c4c995965f..dfba570baded 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -678,7 +678,7 @@ config ARM64_ERRATUM_2051678
default y
help
This options adds the workaround for ARM Cortex-A510 erratum ARM64_ERRATUM_2051678.
- Affected Coretex-A510 might not respect the ordering rules for
+ Affected Cortex-A510 might not respect the ordering rules for
hardware update of the page table's dirty bit. The workaround
is to not enable the feature on affected CPUs.
--
2.35.1
More information about the linux-arm-kernel
mailing list