Fix comment per my review comments. Bug 305640.

git-svn-id: svn://10.0.0.236/trunk@179124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2005-08-27 05:16:06 +00:00
parent ffde60f96b
commit 049e52625b

View File

@ -2356,8 +2356,8 @@ nsHTMLDocument::GetElementById(const nsAString& aElementId,
NS_ENSURE_TRUE(entry, NS_ERROR_OUT_OF_MEMORY);
}
// The we could now have either a new entry, or the entry could
// have been updated, so update e to point to the current entry's
// We could now have a new entry, or the entry could have been
// updated, so update e to point to the current entry's
// mIdContent.
e = entry->mIdContent;
}