Typo fix and poking tinderbox. No bug.

This commit is contained in:
cbarrett%mozilla.com 2007-10-30 05:51:33 +00:00
Родитель b00ac57518
Коммит f2b7638dfc
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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