From: Jim Meyering Date: Thu, 24 Sep 2015 16:03:20 +0000 (+0100) Subject: ChangeLog: fix typo: s/cound/count/ X-Git-Tag: v1.0~6925 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=30b2a6a9ef73e8929afb0cc1c0fc5295dabf6479;p=gnulib.git ChangeLog: fix typo: s/cound/count/ --- 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.