Skip to content

Commit 7ab7402

Browse files
author
Myles Borins
committed
meta: remove use of profanity in source
The CoC requests to avoid the casual use of profanity. PR-URL: #4122 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: targos - Michaël Zasso <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent 40030cc commit 7ab7402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/http_simple_bench.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ab_hello_world() {
4242
data_fn="$dir/$date.data"
4343

4444
echo "Bench $name starts in 3 seconds..."
45-
# let shit calm down
45+
# let things calm down
4646
sleep 3
4747

4848
# hammer that as hard as it can for 10 seconds.

lib/dns.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const isIp = net.isIP;
1414

1515

1616
function errnoException(err, syscall, hostname) {
17-
// FIXME(bnoordhuis) Remove this backwards compatibility shite and pass
17+
// FIXME(bnoordhuis) Remove this backwards compatibility nonsense and pass
1818
// the true error to the user. ENOTFOUND is not even a proper POSIX error!
1919
if (err === uv.UV_EAI_MEMORY ||
2020
err === uv.UV_EAI_NODATA ||

0 commit comments

Comments
 (0)