diff options
| author | Paul Eggert | 2012-06-23 10:32:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-23 10:32:27 -0700 |
| commit | 10b6eb0d9df9373e204775a807c400ae11bb35e6 (patch) | |
| tree | 3633ff59e0d19c260952bab6288533764320d57f /lib-src | |
| parent | 47d0c0118bd9648f3b3544e8c0692d5b25aa49e7 (diff) | |
| download | emacs-10b6eb0d9df9373e204775a807c400ae11bb35e6.tar.gz emacs-10b6eb0d9df9373e204775a807c400ae11bb35e6.zip | |
Fix misspelling in latest ChangeLog entry.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 3 | Support higher-resolution time stamps (Bug#9000). | 3 | Support higher-resolution time stamps (Bug#9000). |
| 4 | * Makefile.in (LIB_CLOCK_GETTIME): New macro. | 4 | * Makefile.in (LIB_CLOCK_GETTIME): New macro. |
| 5 | (profile${EXEEXT}): Use it. | 5 | (profile${EXEEXT}): Use it. |
| 6 | * profile.c: Include inttyeps.h, intprops.h. | 6 | * profile.c: Include inttypes.h, intprops.h. |
| 7 | (time_string): Size conservatively; do not guess size. | 7 | (time_string): Size conservatively; do not guess size. |
| 8 | (get_time): Now prints nanoseconds. | 8 | (get_time): Now prints nanoseconds. |
| 9 | (gettimeofday): Remove replacement function; gnulib now does this. | 9 | (gettimeofday): Remove replacement function; gnulib now does this. |