diff --git a/mozilla/xpcom/glue/nsCOMPtr.h b/mozilla/xpcom/glue/nsCOMPtr.h index a294eb2562c..c4799e22d5f 100644 --- a/mozilla/xpcom/glue/nsCOMPtr.h +++ b/mozilla/xpcom/glue/nsCOMPtr.h @@ -393,7 +393,7 @@ inline void do_QueryInterface( already_AddRefed& ) { - // 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 . } @@ -403,7 +403,7 @@ inline void do_QueryInterface( already_AddRefed&, 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 . }