fix to make the comment not lie

This commit is contained in:
jband%netscape.com 2000-04-25 04:52:30 +00:00
parent 84c0a0901a
commit d4388bb67f

View File

@ -543,8 +543,7 @@ nsresult NS_COM NS_InitXPCOM(nsIServiceManager* *result,
// Ignore return value. It is ok if this fails.
nsComponentManagerImpl::gComponentManager->PlatformPrePopulateRegistry();
// Pay the cost at startup time of starting this singleton which
// reads in all the .xpt files.
// Pay the cost at startup time of starting this singleton.
nsIInterfaceInfoManager* iim = XPTI_GetInterfaceInfoManager();
NS_IF_RELEASE(iim);