diff --git a/lib/net/hostlist.js b/lib/net/hostlist.js index 2b5a2900..6cdcedea 100644 --- a/lib/net/hostlist.js +++ b/lib/net/hostlist.js @@ -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 */ diff --git a/lib/utils/ip.js b/lib/utils/ip.js index 2c22084d..f39915ee 100644 --- a/lib/utils/ip.js +++ b/lib/utils/ip.js @@ -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';