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,