Skip to content

Commit 40c586f

Browse files
pillo79jhedberg
authored andcommitted
llext: (cosmetic) fix bad file reference in comment
This was moved in 44c7a14 ("llext: add ELF inspection APIs"), but the comment was not updated. Signed-off-by: Luca Burelli <[email protected]>
1 parent ed60236 commit 40c586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/llext/loader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
#include <zephyr/llext/llext.h>
3030

3131
/** @cond ignore */
32-
struct llext_elf_sect_map; /* defined in llext_priv.h */
32+
struct llext_elf_sect_map; /* defined in llext_internal.h */
3333
/** @endcond */
3434

3535
/**

0 commit comments

Comments
 (0)