Typo fix and poking tinderbox. No bug.

git-svn-id: svn://10.0.0.236/trunk@238321 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbarrett%mozilla.com
2007-10-30 05:51:33 +00:00
parent 211dad2130
commit 2a93048df1

View File

@@ -393,7 +393,7 @@ inline
void
do_QueryInterface( already_AddRefed<T>& )
{
// This signature exists soley to _stop_ you from doing the bad thing.
// This signature exists solely to _stop_ you from doing the bad thing.
// Saying |do_QueryInterface()| on a pointer that is not otherwise owned by
// someone else is an automatic leak. See <http://bugzilla.mozilla.org/show_bug.cgi?id=8221>.
}
@@ -403,7 +403,7 @@ inline
void
do_QueryInterface( already_AddRefed<T>&, nsresult* )
{
// This signature exists soley to _stop_ you from doing the bad thing.
// This signature exists solely to _stop_ you from doing the bad thing.
// Saying |do_QueryInterface()| on a pointer that is not otherwise owned by
// someone else is an automatic leak. See <http://bugzilla.mozilla.org/show_bug.cgi?id=8221>.
}