From: Heinrich Schuchardt Date: Sun, 14 Nov 2021 08:38:53 +0000 (+0100) Subject: lmb: fix typo 'commun' X-Git-Tag: v2022.01~35^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac7606af7d4a91d6bad0e5de51b72a513e6ae440;p=platform%2Fkernel%2Fu-boot.git lmb: fix typo 'commun' %s/commun/common/ Signed-off-by: Heinrich Schuchardt Acked-by: Ilias Apalodimas --- 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