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.