summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2015-09-24 17:03:20 +0100
committerJim Meyering <meyering@fb.com>2015-10-17 20:33:34 -0700
commit30b2a6a9ef73e8929afb0cc1c0fc5295dabf6479 (patch)
treedd1db9552d06bbd7aec4194b9973f66b0d3804d0 /ChangeLog
parent5a4906aab5ae846a7dbfc7496e9c93dc55625054 (diff)
downloadgnulib-30b2a6a9ef73e8929afb0cc1c0fc5295dabf6479.tar.gz
ChangeLog: fix typo: s/cound/count/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea19d9e8ac..bc71d2ed00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5898,7 +5898,7 @@ o Test only that noncanonical values do not cause crashes, not that
file system's timestamp jumps; this should be more reliable.
Look at both mtime and ctime, and take the maximum of the two jumps.
(nap_works, guess_delay):
- Return a nanosecond cound, not a microsecond count.
+ Return a nanosecond count, not a microsecond count.
All callers changed.
(nap_works, nap): Use nanosleep, not usleep. Check for nanosleep
failure.