summaryrefslogtreecommitdiff
path: root/boot/scene_internal.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-10-01 19:13:23 -0600
committerTom Rini <trini@konsulko.com>2023-10-11 15:43:55 -0400
commit909c486d7cc52efd0db0a1922778fe5c17e5be24 (patch)
tree2e6ce06ba8358d7350b02bc957e0998b5609cb0f /boot/scene_internal.h
parent5fb9e2aab5b92d19fb8a6646f3f2dde6fe6e997c (diff)
expo: Fix up comments for get_cur_menuitem_text() et al
This internal function could use a comment. Add one. Also tidy up a few other comments. Signed-off-by: Simon Glass <sjg@chromium.org> fixup: comments
Diffstat (limited to 'boot/scene_internal.h')
-rw-r--r--boot/scene_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/scene_internal.h b/boot/scene_internal.h
index 695a907dc6a..42efcee092f 100644
--- a/boot/scene_internal.h
+++ b/boot/scene_internal.h
@@ -185,7 +185,7 @@ int scene_render_deps(struct scene *scn, uint id);
* Renders the menu and all of its attached objects
*
* @scn: Scene to render
- * @menu: Menu render
+ * @menu: Menu to render
* Returns: 0 if OK, -ve on error
*/
int scene_menu_render_deps(struct scene *scn, struct scene_obj_menu *menu);