aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-03-19 04:13:02 +0100
committerTom Rini <trini@konsulko.com>2023-03-30 15:09:59 -0400
commitc61df34009c3ad46b5798e1d13fd640419bf17e6 (patch)
treebc43d5cc65286fcb1fd62465aafb7ce187991d32
parente1c97949ee922ccc84c4ef4364c9810aa76f6306 (diff)
downloadu-boot-c61df34009c3ad46b5798e1d13fd640419bf17e6.zip
u-boot-c61df34009c3ad46b5798e1d13fd640419bf17e6.tar.gz
u-boot-c61df34009c3ad46b5798e1d13fd640419bf17e6.tar.bz2
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>
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 4278b24..202a34a 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)"