summaryrefslogtreecommitdiff
path: root/test/sequential/test-timers-blocking-callback.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-timers-blocking-callback.js')
-rw-r--r--test/sequential/test-timers-blocking-callback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-timers-blocking-callback.js b/test/sequential/test-timers-blocking-callback.js
index 22697cbd78..435b69d1fa 100644
--- a/test/sequential/test-timers-blocking-callback.js
+++ b/test/sequential/test-timers-blocking-callback.js
@@ -3,7 +3,7 @@
/*
* This is a regression test for
* https://github.com/nodejs/node-v0.x-archive/issues/15447 and
- * and https://github.com/nodejs/node-v0.x-archive/issues/9333.
+ * https://github.com/nodejs/node-v0.x-archive/issues/9333.
*
* When a timer is added in another timer's callback, its underlying timer
* handle was started with a timeout that was actually incorrect.