aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/nested-functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/nested-functions.js')
-rw-r--r--deps/v8/test/webkit/nested-functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/webkit/nested-functions.js b/deps/v8/test/webkit/nested-functions.js
index b421143cf8..511e242e87 100644
--- a/deps/v8/test/webkit/nested-functions.js
+++ b/deps/v8/test/webkit/nested-functions.js
@@ -32,7 +32,7 @@ var passed4 = false;
// Test cases deliberately nested!
function runTests() {
- // Formating of these functions is significant for regression
+ // Formatting of these functions is significant for regression
// testing; functions with small bodies are not cached!
function test1() { return this; }
function test2() { "use strict"; return this; }