summaryrefslogtreecommitdiff
path: root/test-suite/tests/statprof.test
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/statprof.test')
-rw-r--r--test-suite/tests/statprof.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/statprof.test b/test-suite/tests/statprof.test
index 7ce39badb..b2ee41e1b 100644
--- a/test-suite/tests/statprof.test
+++ b/test-suite/tests/statprof.test
@@ -75,7 +75,7 @@
(let ((drift-fraction (/ max-diff average)))
(or (< drift-fraction max-allowed-drift)
- ;; don't stop the the test suite for what statistically is
+ ;; don't stop the test suite for what statistically is
;; bound to happen.
(throw 'unresolved (pk average drift-fraction))))))))