Skip to content

Commit 4b9a5f7

Browse files
authored
Fix typo in dynamic linking debug prints (#21329)
1 parent 41e471e commit 4b9a5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_dylink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ var LibraryDylink = {
239239
}
240240
#if DYLINK_DEBUG
241241
else if (GOT[symName].value != value) {
242-
dbg(`udateGOT: EXISTING SYMBOL: ${symName} : ${GOT[symName].value} (${value})`);
242+
dbg(`updateGOT: EXISTING SYMBOL: ${symName} : ${GOT[symName].value} (${value})`);
243243
}
244244
#endif
245245
}

0 commit comments

Comments
 (0)