drivers: base: Kconfig: fix spelling mistake "heterogenous" -> "heterogeneous"
authorColin Ian King <colin.king@canonical.com>
Tue, 15 Dec 2020 14:54:40 +0000 (14:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 19:54:14 +0000 (20:54 +0100)
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>
drivers/base/Kconfig

index 040be48ce046643672fc846899ee78d55a6dde31..324aa03fed3cf597249a107e48dfe54b6f77f60a 100644 (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"