Skip to content

Commit 8264328

Browse files
TrottMylesBorins
authored andcommitted
test,net: remove scatological terminology
PR-URL: #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>
1 parent 9416dab commit 8264328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function afterShutdown(status, handle, req) {
256256
// if the writable side has ended already, then clean everything
257257
// up.
258258
function onSocketEnd() {
259-
// XXX Should not have to do as much crap in this function.
259+
// XXX Should not have to do as much in this function.
260260
// ended should already be true, since this is called *after*
261261
// the EOF errno and onread has eof'ed
262262
debug('onSocketEnd', this._readableState);

0 commit comments

Comments
 (0)