aboutsummaryrefslogtreecommitdiff
path: root/tools/js-optimizer.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/js-optimizer.js')
-rw-r--r--tools/js-optimizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/js-optimizer.js b/tools/js-optimizer.js
index aa1f4a0f..5fd0f138 100644
--- a/tools/js-optimizer.js
+++ b/tools/js-optimizer.js
@@ -2478,7 +2478,7 @@ function registerizeHarder(ast) {
var jPrevCaseExit = jCheckExit;
var jPrevBodyExit = jCheckExit;
for (var i=0; i<node[2].length; i++) {
- // In the gerneral case we'll need a basic block for the case clause.
+ // In the general case we'll need a basic block for the case clause.
// Try to avoid it for common, simple, non-var-using cases.
if (!node[2][i][0]) {
hasDefault = true;