From: Marek Vasut Date: Sun, 19 Mar 2023 03:13:02 +0000 (+0100) Subject: lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~17^2~10 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=e93c7f680090f3eda5dada629705e3746326817d;p=uboot.git lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig The SYS_TIMER_COUNTS_DOWN description contains a typo, s@rathe@&r@ , fix it. Signed-off-by: Marek Vasut --- diff --git a/lib/Kconfig b/lib/Kconfig index 4278b24055..202a34ab41 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)"