comment-only tweak.

git-svn-id: svn://10.0.0.236/trunk@153977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dwitte%stanford.edu
2004-03-15 09:44:30 +00:00
parent bface3367e
commit 8f54a2ec01

View File

@@ -334,7 +334,7 @@ nsCookieService::GetSingleton()
return gCookieService;
}
// Create a new singleton nsCookieService (note: the ctor AddRefs for us).
// Create a new singleton nsCookieService.
// We AddRef only once since XPCOM has rules about the ordering of module
// teardowns - by the time our module destructor is called, it's too late to
// Release our members (e.g. nsIObserverService and nsIPrefBranch), since GC