From aaad3da2bdd9200a22c0009820c5fd24e8850b2d Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 8 Jul 2003 09:23:32 +0000 Subject: [PATCH] Make comment change requested by caillon in review that I forgot about git-svn-id: svn://10.0.0.236/trunk@144555 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/base/public/nsContentUtils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/content/base/public/nsContentUtils.h b/mozilla/content/base/public/nsContentUtils.h index 6841f5474fe..9f0a36d0420 100644 --- a/mozilla/content/base/public/nsContentUtils.h +++ b/mozilla/content/base/public/nsContentUtils.h @@ -255,9 +255,9 @@ public: nsACString& aKey); /** - * Create a new URI object from aSpec, using aBaseURI as the base. - * The charset associated to the new nsIURI will be the document - * charset of aDocument. + * Create a new nsIURI from aSpec, using aBaseURI as the base. The + * origin charset of the new nsIURI will be the document charset of + * aDocument. */ static nsresult NewURIWithDocumentCharset(nsIURI** aResult, const nsAString& aSpec,