Fix comments to clearly distinguish services and components. Bug 285080,

r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@170825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-03-17 05:06:27 +00:00
parent 5fdd920cd6
commit 42183387e4

View File

@@ -44,7 +44,8 @@
/**
* Web Browser ContractID
* The web browser is the basic way to instantiate a Gecko browser.
* Creating an instance of this ContractID (via createInstanceByContractID)
* is the basic way to instantiate a Gecko browser.
*
* This contract implements the following interfaces:
* nsIWebBrowser
@@ -60,7 +61,8 @@
/**
* Prompt Service ContractID
* The prompt service is the way to pose various prompts, alerts,
* The prompt service (which can be gotten by calling getServiceByContractID
* on this ContractID) is the way to pose various prompts, alerts,
* and confirmation dialogs to the user.
*
* This contract implements the following interfaces: