From: Gerd Moellmann Date: Fri, 21 Apr 2000 13:02:41 +0000 (+0000) Subject: (timer_check): Fix typo in comment. X-Git-Tag: emacs-pretest-21.0.90~4169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd55b8608aee6c7b36cc1ac704040abeaa357a04;p=emacs.git (timer_check): Fix typo in comment. --- diff --git a/src/keyboard.c b/src/keyboard.c index 5ccdf319fc7..47fb2bc5b39 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3663,7 +3663,7 @@ timer_check (do_it_now) } vector = XVECTOR (chosen_timer)->contents; - /* If timer is rupe, run it if it hasn't been run. */ + /* If timer is ripe, run it if it hasn't been run. */ if (EMACS_TIME_NEG_P (difference) || (EMACS_SECS (difference) == 0 && EMACS_USECS (difference) == 0))