minor: some comments.

This commit is contained in:
Christopher Jeffrey 2017-01-09 15:20:56 -08:00
parent 6cd9e4d687
commit 84fce9aad4
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ HostList.prototype.markSuccess = function markSuccess(hostname) {
};
/**
* Mark host as successfully connected.
* Mark host as successfully ack'd.
* @param {String} hostname
* @param {Number} services
*/

View File

@ -6,7 +6,7 @@
*
* Parts of this software are based on node-ip.
* https://github.com/indutny/node-ip
* Copyright (c) 202, Fedor Indutny (MIT License).
* Copyright (c) 2012, Fedor Indutny (MIT License).
*/
'use strict';