Fix more "allows to" and other typos

This commit is contained in:
Olly Betts 2021-04-21 15:54:46 +12:00
commit f198ff0a43
9 changed files with 12 additions and 12 deletions

View file

@ -727,7 +727,7 @@ Node *JSEmitter::getBaseClass(Node *n) {
/* -----------------------------------------------------------------------------
* JSEmitter::emitWrapperFunction() : dispatches emitter functions.
*
* This allows to have small sized, dedicated emitting functions.
* This allows having small sized, dedicated emitting functions.
* All state dependent branching is done here.
* ----------------------------------------------------------------------------- */