mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Fixing misspelling in comments.
This commit is contained in:
parent
34f19ad0bf
commit
ab97e31238
@ -2889,7 +2889,7 @@ EmitSwitch(JSContext *cx, JSCodeGenerator *cg, JSParseNode *pn,
|
||||
switchOp = JSOP_LOOKUPSWITCH;
|
||||
} else if (switchOp == JSOP_LOOKUPSWITCH) {
|
||||
/*
|
||||
* Lookup switch supports only atom indexes bellow 64K limit.
|
||||
* Lookup switch supports only atom indexes below 64K limit.
|
||||
* Conservatively estimate the maximum possible index during
|
||||
* switch generation and use conditional switch if it exceeds
|
||||
* the limit.
|
||||
|
Loading…
Reference in New Issue
Block a user