From ee63eedd77db16c714a76fe99a184eb0b0dfddaf Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Fri, 28 Jun 2002 06:31:30 +0000 Subject: [PATCH] Correcting comment. r=bzbarsky b=153032 git-svn-id: svn://10.0.0.236/trunk@124269 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsMarkupDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/html/document/src/nsMarkupDocument.cpp b/mozilla/content/html/document/src/nsMarkupDocument.cpp index 11baf8aabec..d964a332d99 100644 --- a/mozilla/content/html/document/src/nsMarkupDocument.cpp +++ b/mozilla/content/html/document/src/nsMarkupDocument.cpp @@ -63,7 +63,7 @@ nsMarkupDocument::CreateShell(nsIPresContext* aContext, nsIPresShell** aInstancePtrResult) { // Don't add anything here. Add it to |doCreateShell| instead. This - // exists so nsHTMLDocument can pass PR_TRUE for the 4th parameter + // exists so nsHTMLDocument can pass other values for the 4th parameter // some of the time. return doCreateShell(aContext, aViewManager, aStyleSet, eCompatibility_FullStandards, aInstancePtrResult);