Fix misspelling in latest ChangeLog entry.

This commit is contained in:
Paul Eggert 2012-06-23 10:32:27 -07:00
parent 47d0c0118b
commit 10b6eb0d9d

View file

@ -3,7 +3,7 @@
Support higher-resolution time stamps (Bug#9000).
* Makefile.in (LIB_CLOCK_GETTIME): New macro.
(profile${EXEEXT}): Use it.
* profile.c: Include inttyeps.h, intprops.h.
* profile.c: Include inttypes.h, intprops.h.
(time_string): Size conservatively; do not guess size.
(get_time): Now prints nanoseconds.
(gettimeofday): Remove replacement function; gnulib now does this.