summaryrefslogtreecommitdiff
path: root/include/bootretry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bootretry.h')
-rw-r--r--include/bootretry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootretry.h b/include/bootretry.h
index 0cedd300c3..1e8aa83a5b 100644
--- a/include/bootretry.h
+++ b/include/bootretry.h
@@ -14,7 +14,7 @@
* Check for a keypress repeatedly, resetting the watchdog each time. If a
* keypress is not received within the command timeout, return an error.
*
- * @return 0 if a key is received in time, -ETIMEDOUT if not
+ * Return: 0 if a key is received in time, -ETIMEDOUT if not
*/
int bootretry_tstc_timeout(void);