]> code.delx.au - gnu-emacs/blobdiff - src/atimer.h
Suppress spurious second invocation of before-change-functions
[gnu-emacs] / src / atimer.h
index 1bafaf8a292171adba994c078cd393db2712b3ec..fd354caf54d4a1c54b21db26e02f58d3ead5a8b7 100644 (file)
@@ -1,6 +1,6 @@
 /* Asynchronous timers.
    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+                 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -43,7 +43,7 @@ enum atimer_type
   /* Timer is ripe at now plus an offset.  */
   ATIMER_RELATIVE,
 
-  /* Timer runs continously.  */
+  /* Timer runs continuously.  */
   ATIMER_CONTINUOUS
 };