Index: test/mjsunit/harmony/module-linking.js |
diff --git a/test/mjsunit/harmony/module-linking.js b/test/mjsunit/harmony/module-linking.js |
index a4b272f4680aab9c54981f0ed6416b6a7dd30ce2..3c0f18c37dbe5c02bed700cf894efc493e738328 100644 |
--- a/test/mjsunit/harmony/module-linking.js |
+++ b/test/mjsunit/harmony/module-linking.js |
@@ -112,7 +112,7 @@ module R { |
assertThrows(function() { eval("c = -1") }, SyntaxError) |
assertThrows(function() { R.c = -2 }, TypeError) |
- // Initialize first bunch or variables. |
+ // Initialize first bunch of variables. |
export var v = 1 |
export let l = 2 |
export const c = 3 |