From a96a7ab047039de8f405a91f5457813ec40c5bd1 Mon Sep 17 00:00:00 2001 From: "stephend%netscape.com" Date: Tue, 11 Jun 2002 23:37:34 +0000 Subject: [PATCH] Bug 150653. Fixing a comment for nsHTMLEntities::UnicodeToEntity(). Patch by alge@samsen.com. r=choess, sr=vidur git-svn-id: svn://10.0.0.236/trunk@123111 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsHTMLEntities.h | 2 +- mozilla/parser/htmlparser/src/nsHTMLEntities.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/src/nsHTMLEntities.h b/mozilla/htmlparser/src/nsHTMLEntities.h index 30eefa90ab2..8f678061cf2 100644 --- a/mozilla/htmlparser/src/nsHTMLEntities.h +++ b/mozilla/htmlparser/src/nsHTMLEntities.h @@ -56,7 +56,7 @@ public: static PRInt32 EntityToUnicode(const nsCString& aEntity); /** - * Translate an entity string into it's unicode value. This call + * Translate a unicode value into an entity string. This call * returns null if the entity cannot be mapped. * Note that the string returned DOES NOT have the leading "&" nor * the trailing ";" in it. diff --git a/mozilla/parser/htmlparser/src/nsHTMLEntities.h b/mozilla/parser/htmlparser/src/nsHTMLEntities.h index 30eefa90ab2..8f678061cf2 100644 --- a/mozilla/parser/htmlparser/src/nsHTMLEntities.h +++ b/mozilla/parser/htmlparser/src/nsHTMLEntities.h @@ -56,7 +56,7 @@ public: static PRInt32 EntityToUnicode(const nsCString& aEntity); /** - * Translate an entity string into it's unicode value. This call + * Translate a unicode value into an entity string. This call * returns null if the entity cannot be mapped. * Note that the string returned DOES NOT have the leading "&" nor * the trailing ";" in it.