diff --git a/mozilla/js/tests/js1_5/Array/regress-154338.js b/mozilla/js/tests/js1_5/Array/regress-154338.js index e8895afa617..ced8ef5244c 100644 --- a/mozilla/js/tests/js1_5/Array/regress-154338.js +++ b/mozilla/js/tests/js1_5/Array/regress-154338.js @@ -56,7 +56,7 @@ var expectedvalues = []; * * Yet for some reason, using |x| or |y| as the separator * in arr.join() was causing out-of-memory errors, whereas - * using the literals 'H', 'ome' did not - + * using the literals 'H', 'ome' was not - * */ var x = 'Home'[0];