Skip to content

Commit

Permalink
lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig
Browse files Browse the repository at this point in the history
The SYS_TIMER_COUNTS_DOWN description contains a typo,
s@rathe@&r@ , fix it.

Signed-off-by: Marek Vasut <[email protected]>
  • Loading branch information
Marek Vasut authored and trini committed Mar 30, 2023
1 parent e1c9794 commit c61df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit c61df34

Please sign in to comment.