All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig
@ 2023-03-19  3:13 Marek Vasut
  2023-03-31 14:16 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-03-19  3:13 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Angelo Dureghello, Huan Wang, Simon Glass,
	Stefan Roese, Tom Rini

The SYS_TIMER_COUNTS_DOWN description contains a typo,
s@rathe@&r@ , fix it.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Angelo Dureghello <angelo@kernel-space.org>
Cc: Huan Wang <alison.wang@nxp.com>
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig
  2023-03-19  3:13 [PATCH] lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig Marek Vasut
@ 2023-03-31 14:16 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-03-31 14:16 UTC (permalink / raw)
  To: Marek Vasut
  Cc: u-boot, Angelo Dureghello, Huan Wang, Simon Glass, Stefan Roese

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

On Sun, Mar 19, 2023 at 04:13:02AM +0100, Marek Vasut wrote:

> The SYS_TIMER_COUNTS_DOWN description contains a typo,
> s@rathe@&r@ , fix it.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-31 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19  3:13 [PATCH] lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig Marek Vasut
2023-03-31 14:16 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.