Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-13 21:23:08 +02:00
commit f586d920f7
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
24 changed files with 31 additions and 31 deletions

View file

@ -1255,7 +1255,7 @@ int JSEmitter::emitFunctionDispatcher(Node *n, bool /*is_member */ ) {
// Note: this dispatcher function gets called after the last overloaded function has been created.
// At this time, n.wrap:name contains the name of the last wrapper function.
// To get a valid function name for the dispatcher function we take the last wrapper name and
// substract the extension "sym:overname",
// subtract the extension "sym:overname",
String *wrap_name = NewString(Getattr(n, "wrap:name"));
String *overname = Getattr(n, "sym:overname");