From 909c486d7cc52efd0db0a1922778fe5c17e5be24 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Oct 2023 19:13:23 -0600 Subject: 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 fixup: comments --- include/expo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/expo.h') diff --git a/include/expo.h b/include/expo.h index 9d2e817eb97..5b21110cde3 100644 --- a/include/expo.h +++ b/include/expo.h @@ -505,7 +505,7 @@ int scene_txt(struct scene *scn, const char *name, uint id, uint str_id, struct scene_obj_txt **txtp); /** - * scene_txt_str() - add a new string to expr and text object to a scene + * scene_txt_str() - add a new string to expo and text object to a scene * * @scn: Scene to update * @name: Name to use (this is allocated by this call) -- cgit v1.2.3