From f28aa323988a5e0268f498c0fc4c8c335d5fccbe Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Tue, 16 Oct 2001 19:22:47 +0000 Subject: [PATCH] Comment fix. --- js/tests/ecma_3/Function/regress-104584.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/ecma_3/Function/regress-104584.js b/js/tests/ecma_3/Function/regress-104584.js index a9c591b34ebe..db984a2d0e21 100644 --- a/js/tests/ecma_3/Function/regress-104584.js +++ b/js/tests/ecma_3/Function/regress-104584.js @@ -23,7 +23,7 @@ * See http://bugzilla.mozilla.org/show_bug.cgi?id=104584 * * Testing that we don't crash on this code. The idea is to -* call f WITHOUT providing an argument. This caused a crash +* call F,G WITHOUT providing an argument. This caused a crash * on the second call to obj.toString() or print(obj) below - */ //-----------------------------------------------------------------------------