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
Родитель 0eaf14c15c
Коммит 60d882dbc2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: