diff options
author | Colin Ian King <[email protected]> | 2022-10-12 16:36:08 +0800 |
---|---|---|
committer | Huacai Chen <[email protected]> | 2022-10-12 16:36:08 +0800 |
commit | 9550dfde5eb83558c9c21f664d9b622a26bacf7d (patch) | |
tree | fb62593aba88fb708f0b16e768e8b39fc499c017 | |
parent | ddf502717da029c9f065ade7e9bce90a1890e7df (diff) |
LoongArch: Kconfig: Fix spelling mistake "delibrately" -> "deliberately"
There is a spelling mistake in a commented section. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Huacai Chen <[email protected]>
-rw-r--r-- | arch/loongarch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index 80e13869e5b8..f65c39eb3725 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -158,7 +158,7 @@ config STACKTRACE_SUPPORT bool default y -# MACH_LOONGSON32 and MACH_LOONGSON64 are delibrately carried over from the +# MACH_LOONGSON32 and MACH_LOONGSON64 are deliberately carried over from the # MIPS Loongson code, to preserve Loongson-specific code paths in drivers that # are shared between architectures, and specifically expecting the symbols. config MACH_LOONGSON32 |