Skip to content

Commit

Permalink
Fix typo in dynamic linking debug prints (#21329)
Browse files Browse the repository at this point in the history
  • Loading branch information
laminowany committed Feb 13, 2024
1 parent 41e471e commit 4b9a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library_dylink.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ var LibraryDylink = {
}
#if DYLINK_DEBUG
else if (GOT[symName].value != value) {
dbg(`udateGOT: EXISTING SYMBOL: ${symName} : ${GOT[symName].value} (${value})`);
dbg(`updateGOT: EXISTING SYMBOL: ${symName} : ${GOT[symName].value} (${value})`);
}
#endif
}
Expand Down

0 comments on commit 4b9a5f7

Please sign in to comment.