diff options
author | Rich Trott <rtrott@gmail.com> | 2017-10-29 19:54:45 -0700 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-11-14 12:01:53 -0500 |
commit | 826432808733b58cd98f5b3ebe68eae2f2658634 (patch) | |
tree | 0e1cc2ac17572a60ba9bdc6798b1902bd8636237 | |
parent | 9416dab7acfbedacb05016c84838544694f8bfa6 (diff) | |
download | node-new-826432808733b58cd98f5b3ebe68eae2f2658634.tar.gz |
test,net: remove scatological terminology
PR-URL: https://github.com/nodejs/node/pull/16599
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
-rw-r--r-- | lib/net.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net.js b/lib/net.js index 094f118cef..8256838b5b 100644 --- a/lib/net.js +++ b/lib/net.js @@ -256,7 +256,7 @@ function afterShutdown(status, handle, req) { // if the writable side has ended already, then clean everything // up. function onSocketEnd() { - // XXX Should not have to do as much crap in this function. + // XXX Should not have to do as much in this function. // ended should already be true, since this is called *after* // the EOF errno and onread has eof'ed debug('onSocketEnd', this._readableState); |