X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/76b6f7075970e492eba3cf3f4411fcfc4ff3bdcd..eeff0f485929b225f9b302e5957a654f4a367305:/src/atimer.h diff --git a/src/atimer.h b/src/atimer.h index 1bafaf8a29..fd354caf54 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -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 };