diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-10-08 05:55:48 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-10-08 05:55:48 +0000 |
commit | 5f351ff1f52efddc8033305f8c6ddb0dd675dbd9 (patch) | |
tree | 677a82e5e00645418962575963b7f4ab80ba4de6 /src/atimer.h | |
parent | 479dfe879f675d9ff4cca346015403a5737b5d2a (diff) | |
download | emacs-5f351ff1f52efddc8033305f8c6ddb0dd675dbd9.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/atimer.h')
-rw-r--r-- | src/atimer.h | 4 |
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. */ |