From 2a93048df18cb070412c7462240b1856e1837f01 Mon Sep 17 00:00:00 2001 From: "cbarrett%mozilla.com" Date: Tue, 30 Oct 2007 05:51:33 +0000 Subject: [PATCH] Typo fix and poking tinderbox. No bug. git-svn-id: svn://10.0.0.236/trunk@238321 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/nsCOMPtr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 . }