aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-10-29 19:54:45 -0700
committerJames M Snell <jasnell@gmail.com>2017-11-01 22:34:17 -0700
commit2244f7d9923e4037bb10b8f8f41ebc8c19e783cb (patch)
treecf27a5f5371c9b9a4f68f870425652fcecc8e523 /lib
parent67c8511ea13b6def8c39042b10749a9b182feeac (diff)
downloadandroid-node-v8-2244f7d9923e4037bb10b8f8f41ebc8c19e783cb.tar.gz
android-node-v8-2244f7d9923e4037bb10b8f8f41ebc8c19e783cb.tar.bz2
android-node-v8-2244f7d9923e4037bb10b8f8f41ebc8c19e783cb.zip
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/net.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net.js b/lib/net.js
index facf5d0d6b..78e12fac20 100644
--- a/lib/net.js
+++ b/lib/net.js
@@ -321,7 +321,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);