Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbenchmark/http_simple_bench.sh2
-rw-r--r--lib/dns.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/http_simple_bench.sh b/benchmark/http_simple_bench.sh
index 30bd050b648..ade6a8d10eb 100755
--- a/benchmark/http_simple_bench.sh
+++ b/benchmark/http_simple_bench.sh
@@ -42,7 +42,7 @@ ab_hello_world() {
data_fn="$dir/$date.data"
echo "Bench $name starts in 3 seconds..."
- # let shit calm down
+ # let things calm down
sleep 3
# hammer that as hard as it can for 10 seconds.
diff --git a/lib/dns.js b/lib/dns.js
index d2e5e5d8faf..71d20bdca40 100644
--- a/lib/dns.js
+++ b/lib/dns.js
@@ -14,7 +14,7 @@ const isIp = net.isIP;
function errnoException(err, syscall, hostname) {
- // FIXME(bnoordhuis) Remove this backwards compatibility shite and pass
+ // FIXME(bnoordhuis) Remove this backwards compatibility nonsense and pass
// the true error to the user. ENOTFOUND is not even a proper POSIX error!
if (err === uv.UV_EAI_MEMORY ||
err === uv.UV_EAI_NODATA ||