From: Colin Ian King Date: Tue, 15 Dec 2020 14:54:40 +0000 (+0000) Subject: drivers: base: Kconfig: fix spelling mistake "heterogenous" -> "heterogeneous" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb88c9a3e2ed984363996a68f4fd7d982dc4d8b6;p=linux.git drivers: base: Kconfig: fix spelling mistake "heterogenous" -> "heterogeneous" There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20201215145440.204362-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 040be48ce0466..324aa03fed3cf 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -161,7 +161,7 @@ config HMEM_REPORTING default n depends on NUMA help - Enable reporting for heterogenous memory access attributes under + Enable reporting for heterogeneous memory access attributes under their non-uniform memory nodes. source "drivers/base/test/Kconfig"