summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-28 15:12:19 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-28 15:12:42 -0800
commitbc8ed44229e292980637474d2f26a6fb54d4d7bf (patch)
tree5d94af30758ece75590ce0c4210ae42745e2f041 /lib
parenteca79245326422b139084a39438e79c656a71e07 (diff)
downloadgnulib-bc8ed44229e292980637474d2f26a6fb54d4d7bf.tar.gz
* lib/gettime-res.c: 1 cs -> 10 ms in comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/gettime-res.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gettime-res.c b/lib/gettime-res.c
index 6e9784347f..8c3ea1c71b 100644
--- a/lib/gettime-res.c
+++ b/lib/gettime-res.c
@@ -57,7 +57,7 @@ gettime_res (void)
/* On some platforms, clock_getres (CLOCK_REALTIME, ...) yields a
too-large resolution, under the mistaken theory that it should
return the timer interval. For example, on AIX 7.2 POWER8
- clock_getres yields 1 cs even though clock_gettime yields 1 µs
+ clock_getres yields 10 ms even though clock_gettime yields 1 µs
resolution. Work around the problem with high probability by
trying clock_gettime several times and observing the resulting
bounds on resolution. */