diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-17 03:24:22 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-17 03:24:22 +0100 |
commit | 66aa4eb37df93db002457a6e35916801a8f4ec26 (patch) | |
tree | 8ed4b512683f3ab689c21fe29c2e67a82ae280e1 /src/atimer.h | |
parent | 16c3428ade5b35ae16a0f24fc0a8ce5b96f95342 (diff) | |
download | emacs-66aa4eb37df93db002457a6e35916801a8f4ec26.tar.gz |
Fix typos in comments.
Diffstat (limited to 'src/atimer.h')
-rw-r--r-- | src/atimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimer.h b/src/atimer.h index 5ea1197e66d..fd354caf54d 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -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 }; |