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 <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2023-03-19 04:13:02 +01:00 committed by Tom Rini
parent e1c97949ee
commit c61df34009

View file

@ -16,7 +16,7 @@ config SYS_NUM_ADDR_MAP
Sets the number of entries in the virtual-physical mapping table. Sets the number of entries in the virtual-physical mapping table.
config SYS_TIMER_COUNTS_DOWN config SYS_TIMER_COUNTS_DOWN
bool "System timer counts down rathe than up" bool "System timer counts down rather than up"
config PHYSMEM config PHYSMEM
bool "Access to physical memory region (> 4G)" bool "Access to physical memory region (> 4G)"