summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2019-08-21 14:42:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-23 09:52:32 +0200
commit4972156c9ed72432489cfd6c5499cab9d41694f7 (patch)
tree62237e42e6079a0b3812bd7d6d78f0978277637c /common/startup.c
parent7536df20a8aefb35b83aebdb5eac636ef1df75fd (diff)
downloadbarebox-4972156c9ed72432489cfd6c5499cab9d41694f7.tar.gz
barebox-4972156c9ed72432489cfd6c5499cab9d41694f7.tar.xz
startup: Fix typo in comment
Fixes: 35266d7e583f ("startup: Factor out the autoboot counter...") Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/startup.c b/common/startup.c
index 88eeee5e3d..b5b86d1141 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.