summaryrefslogtreecommitdiff
path: root/test/pummel/test-timers.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-timers.js')
-rw-r--r--test/pummel/test-timers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pummel/test-timers.js b/test/pummel/test-timers.js
index 6b761f455d..8a8646b323 100644
--- a/test/pummel/test-timers.js
+++ b/test/pummel/test-timers.js
@@ -23,11 +23,11 @@
const common = require('../common');
const assert = require('assert');
-const WINDOW = 200; // why is does this need to be so big?
+const WINDOW = 200; // Why is does this need to be so big?
let interval_count = 0;
-// check that these don't blow up.
+// Check that these don't blow up.
clearTimeout(null);
clearInterval(null);