We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b863e commit 45cd748Copy full SHA for 45cd748
src/dlMapper/macho/dlMapper.c
@@ -116,7 +116,7 @@ static inline pair_address_t dlMapper_platform_loadMachO(const struct mach_heade
116
* @param libs the vector to store the loaded library info in
117
* @param fileName the file name of the Mach-O file
118
* @param header the start pointer of the Mach-O file
119
- * @param ourStart the start pointer of our runtime image
+ * @param inside the pointer pointing inside our runtime image
120
*/
121
static inline void dlMapper_platform_pushLoadedLib(vector_loadedLibInfo_t* libs,
122
const char* fileName,
0 commit comments