From: Paul Eggert Date: Sat, 23 Jun 2012 17:32:27 +0000 (-0700) Subject: Fix misspelling in latest ChangeLog entry. X-Git-Tag: emacs-24.2.90~1199^2~376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10b6eb0d9df9373e204775a807c400ae11bb35e6;p=emacs.git Fix misspelling in latest ChangeLog entry. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 11f68cebf14..571f98b8a8d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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.