diff --git a/mozilla/uriloader/base/nsIURIContentListener.idl b/mozilla/uriloader/base/nsIURIContentListener.idl
index 5c1819808ea..ef3d365875c 100644
--- a/mozilla/uriloader/base/nsIURIContentListener.idl
+++ b/mozilla/uriloader/base/nsIURIContentListener.idl
@@ -60,8 +60,8 @@ interface nsIURIContentListener : nsISupports
*
* @param aURI URI that is being opened.
*
- * @return true if the load can continue;
- * false if the open should be aborted.
+ * @return false if the load can continue;
+ * true if the open should be aborted.
*/
boolean onStartURIOpen(in nsIURI aURI);