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
This commit is contained in:
stephend%netscape.com
2002-06-11 23:37:34 +00:00
parent 1a78e93074
commit a96a7ab047
2 changed files with 2 additions and 2 deletions

View File

@@ -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.