No bug: Correct comment on type of argument to DebuggerTransport constructor. DONTBUILD r=dcamp on IRC

This commit is contained in:
Jim Blandy 2012-11-13 13:28:22 -08:00
parent 0eaf14c15c
commit 60d882dbc2

View File

@ -14,7 +14,7 @@ Components.utils.import("resource://gre/modules/NetUtil.jsm");
*
* @param aInput nsIInputStream
* The input stream.
* @param aOutput nsIOutputStream
* @param aOutput nsIAsyncOutputStream
* The output stream.
*
* Given a DebuggerTransport instance dt: