Skip to content

Commit 45cd748

Browse files
committed
Corrected the documentation of the Mach-O part of the dlMapper
1 parent 36b863e commit 45cd748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlMapper/macho/dlMapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static inline pair_address_t dlMapper_platform_loadMachO(const struct mach_heade
116116
* @param libs the vector to store the loaded library info in
117117
* @param fileName the file name of the Mach-O file
118118
* @param header the start pointer of the Mach-O file
119-
* @param ourStart the start pointer of our runtime image
119+
* @param inside the pointer pointing inside our runtime image
120120
*/
121121
static inline void dlMapper_platform_pushLoadedLib(vector_loadedLibInfo_t* libs,
122122
const char* fileName,

0 commit comments

Comments
 (0)