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 <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201215145440.204362-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Colin Ian King 2020-12-15 14:54:40 +00:00 committed by Greg Kroah-Hartman
parent 1f0dfa0545
commit fb88c9a3e2

View file

@ -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"