diff options
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index 9ab9b21ebb..ad5859437e 100644 --- a/include/menu.h +++ b/include/menu.h @@ -30,7 +30,7 @@ int menu_default_choice(struct menu *m, void **choice); * * @bootdelay: Delay to wait before running the default menu option (0 to run * the entry immediately) - * @return If it returns, it always returns -1 to indicate that the boot should + * Return: If it returns, it always returns -1 to indicate that the boot should * be aborted and the command prompt should be provided */ int menu_show(int bootdelay); |