From ac7606af7d4a91d6bad0e5de51b72a513e6ae440 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 14 Nov 2021 09:38:53 +0100 Subject: [PATCH] lmb: fix typo 'commun' %s/commun/common/ Signed-off-by: Heinrich Schuchardt Acked-by: Ilias Apalodimas --- lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig b/lib/Kconfig index 70bf8e7..807a4c6 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -793,7 +793,7 @@ config LMB Support the library logical memory blocks. config LMB_USE_MAX_REGIONS - bool "Use a commun number of memory and reserved regions in lmb lib" + bool "Use a common number of memory and reserved regions in lmb lib" depends on LMB default y help -- 2.7.4