The SYS_TIMER_COUNTS_DOWN description contains a typo, s@rathe@&r@ , fix it.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Angelo Dureghello <[email protected]> Cc: Huan Wang <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Simon Glass <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Tom Rini <[email protected]> --- lib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig b/lib/Kconfig index 83e5edd73b0..79370540ca7 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -16,7 +16,7 @@ config SYS_NUM_ADDR_MAP Sets the number of entries in the virtual-physical mapping table. config SYS_TIMER_COUNTS_DOWN - bool "System timer counts down rathe than up" + bool "System timer counts down rather than up" config PHYSMEM bool "Access to physical memory region (> 4G)" -- 2.39.2

