diff options
| author | Eli Zaretskii | 2012-09-26 16:44:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-09-26 16:44:22 +0200 |
| commit | 9180598cb164cf32daf0e1761a8143e720460987 (patch) | |
| tree | 2acffa3242d30b67472b4c0bc75c66b4b39a28e8 /src | |
| parent | 07b1a5fbc37e91003f3c76886b9e0be78b7dbc6d (diff) | |
| download | emacs-9180598cb164cf32daf0e1761a8143e720460987.tar.gz emacs-9180598cb164cf32daf0e1761a8143e720460987.zip | |
Fix a typo in a recent entry in src/ChangeLog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 942bcf58fc4..3e999f3f699 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | They avoid a race if the timer is too close to the current time. | 8 | They avoid a race if the timer is too close to the current time. |
| 9 | * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars. | 9 | * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars. |
| 10 | (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available. | 10 | (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available. |
| 11 | (init_atimer) [SIGEV_SIGAL]: Initialize them. | 11 | (init_atimer) [SIGEV_SIGNAL]: Initialize them. |
| 12 | 12 | ||
| 13 | 2012-09-25 Eli Zaretskii <eliz@gnu.org> | 13 | 2012-09-25 Eli Zaretskii <eliz@gnu.org> |
| 14 | 14 | ||