diff options
author | Massimo Pegorer <massimo.pegorer+oss@gmail.com> | 2023-09-09 12:32:28 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-09-16 18:17:25 +0200 |
commit | a3a057f83977531966284bde50de07a8bd7a6651 (patch) | |
tree | 08309dc1a977c6749d82f4d412b6e11f01fb0cfc /boot/expo_build.c | |
parent | 17d98f84e0eb9fa5b0c498f5ff014852958574f2 (diff) | |
download | u-boot-a3a057f83977531966284bde50de07a8bd7a6651.tar.gz u-boot-a3a057f83977531966284bde50de07a8bd7a6651.tar.bz2 u-boot-a3a057f83977531966284bde50de07a8bd7a6651.zip |
expo: Fix documentation reference
Fix typo: doc/develop/expo.rst instead of doc/developer/expo.rst
Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'boot/expo_build.c')
-rw-r--r-- | boot/expo_build.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/expo_build.c b/boot/expo_build.c index 22f62eb54b..702bf49890 100644 --- a/boot/expo_build.c +++ b/boot/expo_build.c @@ -209,7 +209,7 @@ static void list_strings(struct build_info *info) /** * menu_build() - Build a menu and add it to a scene * - * See doc/developer/expo.rst for a description of the format + * See doc/develop/expo.rst for a description of the format * * @info: Build information * @node: Node containing the menu description @@ -282,7 +282,7 @@ static int menu_build(struct build_info *info, ofnode node, struct scene *scn) /** * menu_build() - Build an expo object and add it to a scene * - * See doc/developer/expo.rst for a description of the format + * See doc/develop/expo.rst for a description of the format * * @info: Build information * @node: Node containing the object description @@ -318,7 +318,7 @@ static int obj_build(struct build_info *info, ofnode node, struct scene *scn) /** * scene_build() - Build a scene and all its objects * - * See doc/developer/expo.rst for a description of the format + * See doc/develop/expo.rst for a description of the format * * @info: Build information * @node: Node containing the scene description |