From 79604c58564a00fb986c4639a21b1d7f588cb550 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Sat, 6 Aug 2011 18:16:28 -0700 Subject: [PATCH] Bug 243453 - Fix a 10 year old comment typo to fix a 7 year old bug with a 6 year old review request, rs=jband's 7 year old comment 2 in the bug DONTBUILD --- js/src/xpconnect/src/xpcjsruntime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/xpconnect/src/xpcjsruntime.cpp b/js/src/xpconnect/src/xpcjsruntime.cpp index bc4b11d70156..20e484d0332c 100644 --- a/js/src/xpconnect/src/xpcjsruntime.cpp +++ b/js/src/xpconnect/src/xpcjsruntime.cpp @@ -919,7 +919,7 @@ JSBool XPCJSRuntime::GCCallback(JSContext *cx, JSGCStatus status) // the js engine. So this could be simultaneous with the // events above. - // Do any deferred released of native objects. + // Do any deferred releases of native objects. #ifdef XPC_TRACK_DEFERRED_RELEASES printf("XPC - Begin deferred Release of %d nsISupports pointers\n", self->mNativesToReleaseArray.Length());