summaryrefslogtreecommitdiff
path: root/ext/standard/tests/misc/time_sleep_until_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/misc/time_sleep_until_basic.phpt')
-rw-r--r--ext/standard/tests/misc/time_sleep_until_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/misc/time_sleep_until_basic.phpt b/ext/standard/tests/misc/time_sleep_until_basic.phpt
index 2be972a134..cac7133e95 100644
--- a/ext/standard/tests/misc/time_sleep_until_basic.phpt
+++ b/ext/standard/tests/misc/time_sleep_until_basic.phpt
@@ -19,7 +19,7 @@ Michele Orselli mo@ideato.it
// to 10th of a second. this means there can be up to a .9 millisecond difference
// which will fail this test. this test randomly fails on Windows and this is the cause.
//
- // fix: round to nearest millisecond
+ // fix: round to nearest millisecond
// passes for up to .5 milliseconds less, fails for more than .5 milliseconds
// should be fine since time_sleep_until() on Windows is accurate to the
// millisecond(.5 rounded up is 1 millisecond)