Bug 346576 Fix code comment above blacklisted ports list in netwerk/

patch by bugzilla@mcsmurf.de r=biesi rs=brendan
This commit is contained in:
timeless%mozdev.org 2006-07-31 14:52:49 +00:00
Родитель 02a01dec32
Коммит c188b489f0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -81,7 +81,7 @@ static NS_DEFINE_CID(kProtocolProxyServiceCID, NS_PROTOCOLPROXYSERVICE_CID);
nsIOService* gIOService = nsnull;
// A general port blacklist. Connections to these ports will not be avoided unless
// A general port blacklist. Connections to these ports will not be allowed unless
// the protocol overrides.
//
// TODO: I am sure that there are more ports to be added.