summaryrefslogtreecommitdiff
path: root/src/atimer.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-10-08 05:55:48 +0000
committerPavel Janík <Pavel@Janik.cz>2001-10-08 05:55:48 +0000
commitab7f85215ceabcf2aee710d337b77787e8c552cc (patch)
treed371d2be038756c0fe6eb67dbe57e3632500ddd8 /src/atimer.h
parent706e184afcb1530182652465837aa3651240d2d3 (diff)
downloademacs-ab7f85215ceabcf2aee710d337b77787e8c552cc.tar.gz
*** empty log message ***
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. */