Mercurial > emacs
diff src/atimer.h @ 39667:7ca787d18982
*** empty log message ***
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Mon, 08 Oct 2001 05:55:48 +0000 |
| parents | cc1255965fcc |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- a/src/atimer.h Mon Oct 08 05:48:56 2001 +0000 +++ b/src/atimer.h Mon Oct 08 05:55:48 2001 +0000 @@ -58,8 +58,8 @@ /* 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. */
