summaryrefslogtreecommitdiff
path: root/test/parallel/test-listen-fd-detached.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-listen-fd-detached.js')
-rw-r--r--test/parallel/test-listen-fd-detached.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-listen-fd-detached.js b/test/parallel/test-listen-fd-detached.js
index eec12132a1..d2fa770719 100644
--- a/test/parallel/test-listen-fd-detached.js
+++ b/test/parallel/test-listen-fd-detached.js
@@ -64,7 +64,7 @@ function test() {
s += c.toString();
});
res.on('end', function() {
- // kill the subprocess before we start doing asserts.
+ // Kill the subprocess before we start doing asserts.
// it's really annoying when tests leave orphans!
process.kill(child.pid, 'SIGKILL');
try {