diff options
| author | Simon Glass <[email protected]> | 2023-10-01 19:13:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-11 15:43:55 -0400 |
| commit | 909c486d7cc52efd0db0a1922778fe5c17e5be24 (patch) | |
| tree | 2e6ce06ba8358d7350b02bc957e0998b5609cb0f /include | |
| parent | 5fb9e2aab5b92d19fb8a6646f3f2dde6fe6e997c (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 <[email protected]>
fixup: comments
Diffstat (limited to 'include')
| -rw-r--r-- | include/expo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
