diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index 427ab150c72..3fa04186389 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -2366,7 +2366,7 @@ nsHTMLDocument::ScriptWriteCommon(PRBool aNewlineTerminate) } if (ncc) { - // We're called from C++, concatenate the extra arguments into + // We're called from JS, concatenate the extra arguments into // string_buffer PRUint32 i, argc;