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

This commit is contained in:
Phil Ringnalda 2011-08-06 18:16:28 -07:00
Родитель d69af7cca6
Коммит 79604c5856
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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());