Skip to content

Commit

Permalink
Fix typo in dynamic linking debug prints (emscripten-core#21329)
Browse files Browse the repository at this point in the history
  • Loading branch information
laminowany authored and mrolig5267319 committed Feb 23, 2024
1 parent 9b1ce82 commit cc91728
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 cc91728

Please sign in to comment.