diff --git a/mozilla/string/doc/string-guide.html b/mozilla/string/doc/string-guide.html
index 09b4e912876..b1bf21cef5b 100644
--- a/mozilla/string/doc/string-guide.html
+++ b/mozilla/string/doc/string-guide.html
@@ -38,6 +38,15 @@
+
+ Please direct all comments, requests, and contributions to,
+ in order of preference,
+ the tracking bug #70076 for this document,
+ the author scc@mozilla.org, and/or
+ the newsgroup news:netscape.public.mozilla.xpcom
+ (should there be a strings newsgroup?)
+
+
A note to potential editors:
@@ -82,7 +91,7 @@
readable and writable
-
promises
+
dependent strings
flat strings
encoding
sharing
@@ -348,7 +357,7 @@
PromiseFlatString does the work to allocate, copy, terminate, and manage
a temporary flat string.
Since the result of
PromiseFlatString is a temporary,
- you must be careful not to get and hold a pointer to it's data for longer than the temporary itself lives.
+ you must be careful not to get and hold a pointer to its data for longer than the temporary itself lives.
@@ -1389,7 +1398,7 @@ Subject: Re: nsWritingIterator?
You got it right... it's nsWritingIterator for whichever
character type you care about, either char or PRUnichar. You
_can_ use this iterator like a character pointer ... that is, you can
-dereference it, assign into it's dereference, etc. It is more
+dereference it, assign into its dereference, etc. It is more
efficient, though, to directly address a particular range of
characters around where it points by asking it for its actual
character pointer with get, and knowing that there are
diff --git a/mozilla/xpcom/string/doc/string-guide.html b/mozilla/xpcom/string/doc/string-guide.html
index 09b4e912876..b1bf21cef5b 100644
--- a/mozilla/xpcom/string/doc/string-guide.html
+++ b/mozilla/xpcom/string/doc/string-guide.html
@@ -38,6 +38,15 @@
+
+ Please direct all comments, requests, and contributions to,
+ in order of preference,
+ the tracking bug #70076 for this document,
+ the author scc@mozilla.org, and/or
+ the newsgroup news:netscape.public.mozilla.xpcom
+ (should there be a strings newsgroup?)
+
+
A note to potential editors:
@@ -82,7 +91,7 @@
readable and writable
-
promises
+
dependent strings
flat strings
encoding
sharing
@@ -348,7 +357,7 @@
PromiseFlatString does the work to allocate, copy, terminate, and manage
a temporary flat string.
Since the result of
PromiseFlatString is a temporary,
- you must be careful not to get and hold a pointer to it's data for longer than the temporary itself lives.
+ you must be careful not to get and hold a pointer to its data for longer than the temporary itself lives.
@@ -1389,7 +1398,7 @@ Subject: Re: nsWritingIterator?
You got it right... it's nsWritingIterator for whichever
character type you care about, either char or PRUnichar. You
_can_ use this iterator like a character pointer ... that is, you can
-dereference it, assign into it's dereference, etc. It is more
+dereference it, assign into its dereference, etc. It is more
efficient, though, to directly address a particular range of
characters around where it points by asking it for its actual
character pointer with get, and knowing that there are