Fixed a comment that was out of date

git-svn-id: svn://10.0.0.236/trunk@50278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-10-08 23:41:39 +00:00
parent a4f420d4fb
commit 9c16516bfc

View File

@@ -213,7 +213,7 @@ SampleFactoryImpl::CreateInstance(nsISupports *aOuter,
* sets the pointer to null. This macro should be
* used instead of a direct |inst->Release()| call since
* the macro records tracing information if
* MOZ_TRACE_XPCOM_REFCNT is defined.
* NS_BUILD_REFCNT_LOGGING is defined.
*/
NS_IF_RELEASE(inst);
return rv;