From 0823b2172f076725f6a35d965aeea099e6e250a2 Mon Sep 17 00:00:00 2001 From: Jeff Walden Date: Thu, 22 Apr 2010 15:59:09 -0700 Subject: [PATCH] Oops, previous changeset 350ed77bf399 to fix bug 463360 was a patch by Rasmus Jensen. --- js/src/jsxml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsxml.cpp b/js/src/jsxml.cpp index 38e15807f43..c8e947540e1 100644 --- a/js/src/jsxml.cpp +++ b/js/src/jsxml.cpp @@ -1120,7 +1120,7 @@ static const char js_prettyIndent_str[] = "prettyIndent"; /* * NB: These XML static property tinyids must - * (a) not collide with the generic negative tinyids at the top of jsfun.c; + * (a) not collide with the generic negative tinyids at the top of jsfun.cpp; * (b) index their corresponding xml_static_props array elements. * Don't change 'em! */