From 9c16516bfc7fdbfa87cdddeccba73cac97990a96 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Fri, 8 Oct 1999 23:41:39 +0000 Subject: [PATCH] Fixed a comment that was out of date git-svn-id: svn://10.0.0.236/trunk@50278 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/sample/nsSampleFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/sample/nsSampleFactory.cpp b/mozilla/xpcom/sample/nsSampleFactory.cpp index 643ccfed06f..94fe9c92b60 100644 --- a/mozilla/xpcom/sample/nsSampleFactory.cpp +++ b/mozilla/xpcom/sample/nsSampleFactory.cpp @@ -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;