changeset 37813:bc2e77edd51e

ChangeLog: fix typo: s/cound/count/
author Jim Meyering <meyering@fb.com>
date Thu, 24 Sep 2015 17:03:20 +0100
parents 4b5046abb988
children 1f4f1bb86701
files ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 16 21:29:41 2015 +0100
+++ b/ChangeLog	Thu Sep 24 17:03:20 2015 +0100
@@ -5898,7 +5898,7 @@
 	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.