All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] startup: Fix typo in comment
@ 2019-08-21 12:42 Ladislav Michl
  2019-08-23  7:08 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2019-08-21 12:42 UTC (permalink / raw)
  To: Barebox List

Fixes: 35266d7e583f ("startup: Factor out the autoboot counter...")
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 common/startup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/startup.c b/common/startup.c
index 92bf94f84..bef9d29c6 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -202,7 +202,7 @@ void set_autoboot_state(enum autoboot_state autoboot)
  * do_autoboot_countdown - print autoboot countdown to console
  *
  * This prints the autoboot countdown to the console and waits for input. This
- * evaluates the global.autoboot_about_key to determine which keys are allowed
+ * evaluates the global.autoboot_abort_key to determine which keys are allowed
  * to interrupt booting and also global.autoboot_timeout to determine the timeout
  * for the counter. This function can be called multiple times, it is executed
  * only the first time.
-- 
2.23.0.rc1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-08-23  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-21 12:42 [PATCH] startup: Fix typo in comment Ladislav Michl
2019-08-23  7:08 ` Sascha Hauer

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.