Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8e4e07

Browse filesBrowse files
Myles Borinsrvagg
authored andcommitted
meta: remove use of profanity in source
The CoC requests to avoid the casual use of profanity. PR-URL: #4122 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
1 parent 1c1af81 commit e8e4e07
Copy full SHA for e8e4e07

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎benchmark/http_simple_bench.sh‎

Copy file name to clipboardExpand all lines: benchmark/http_simple_bench.sh
+1-1Lines changed: 1 addition & 1 deletion
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.
Collapse file

‎lib/dns.js‎

Copy file name to clipboardExpand all lines: lib/dns.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.