summaryrefslogtreecommitdiff
path: root/src/atimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimer.h')
-rw-r--r--src/atimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atimer.h b/src/atimer.h
index 3ee73a650cd..7c1fb0544c6 100644
--- a/src/atimer.h
+++ b/src/atimer.h
@@ -58,8 +58,8 @@ struct atimer
/* Interval of this timer. */
EMACS_TIME interval;
- /* Function to call when timer is ripe. Interupt input is
- garanteed to not be blocked when this function is called. */
+ /* Function to call when timer is ripe. Interrupt input is
+ guaranteed to not be blocked when this function is called. */
atimer_callback fn;
/* Additional user-specified data to pass to FN. */