aboutsummaryrefslogtreecommitdiff
path: root/lib/dgram.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dgram.js')
-rw-r--r--lib/dgram.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dgram.js b/lib/dgram.js
index 621f6f1e9a..29239b3435 100644
--- a/lib/dgram.js
+++ b/lib/dgram.js
@@ -294,7 +294,7 @@ Socket.prototype.bind = function(port_, address_ /* , callback */) {
});
} else {
if (!state.handle)
- return; // handle has been closed in the mean time
+ return; // Handle has been closed in the mean time
const err = state.handle.bind(ip, port || 0, flags);
if (err) {