[PATCH] drivers: base: Kconfig: fix spelling mistake "heterogenous" -> "heterogeneous"

From: Colin King
Date: Tue Dec 15 2020 - 09:56:08 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
drivers/base/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index 040be48ce046..324aa03fed3c 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"
--
2.29.2