From fd4a7550c60334400a5bb89a6f4fc124833b3b66 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Thu, 24 Feb 2000 06:02:38 +0000 Subject: [PATCH] Fixed comment git-svn-id: svn://10.0.0.236/trunk@61593 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsTraceRefcnt.cpp | 2 +- mozilla/xpcom/base/nsTraceRefcntImpl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpcom/base/nsTraceRefcnt.cpp b/mozilla/xpcom/base/nsTraceRefcnt.cpp index 6a5730adcfc..a5c27e24090 100644 --- a/mozilla/xpcom/base/nsTraceRefcnt.cpp +++ b/mozilla/xpcom/base/nsTraceRefcnt.cpp @@ -585,7 +585,7 @@ static void InitTraceLog(void) const char* classes = getenv("XPCOM_MEM_LOG_CLASSES"); if (classes) { - // if XPCOM_LOG_REFCNTS was set to some value, the value is interpreted + // if XPCOM_MEM_LOG_CLASSES was set to some value, the value is interpreted // as a list of class names to track gTypesToLog = PL_NewHashTable(256, PL_HashString, diff --git a/mozilla/xpcom/base/nsTraceRefcntImpl.cpp b/mozilla/xpcom/base/nsTraceRefcntImpl.cpp index 6a5730adcfc..a5c27e24090 100644 --- a/mozilla/xpcom/base/nsTraceRefcntImpl.cpp +++ b/mozilla/xpcom/base/nsTraceRefcntImpl.cpp @@ -585,7 +585,7 @@ static void InitTraceLog(void) const char* classes = getenv("XPCOM_MEM_LOG_CLASSES"); if (classes) { - // if XPCOM_LOG_REFCNTS was set to some value, the value is interpreted + // if XPCOM_MEM_LOG_CLASSES was set to some value, the value is interpreted // as a list of class names to track gTypesToLog = PL_NewHashTable(256, PL_HashString,