diff --git a/uriloader/base/nsIURIContentListener.idl b/uriloader/base/nsIURIContentListener.idl index 5bf1b842f9c..cbb22cb148c 100644 --- a/uriloader/base/nsIURIContentListener.idl +++ b/uriloader/base/nsIURIContentListener.idl @@ -74,7 +74,8 @@ interface nsIURIContentListener : nsISupports * @param aRequest Request that is providing the data. * @param aContentHandler nsIStreamListener that will consume the data. * This should be set to nsnull if - * no consumer can handle the content type. + * this content listener can't handle the content + * type. * * @return true if the consumer wants to * handle the load completely by itself. This