summaryrefslogtreecommitdiff
path: root/src/atimer.h
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-17 03:24:22 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-17 03:24:22 +0100
commit66aa4eb37df93db002457a6e35916801a8f4ec26 (patch)
tree8ed4b512683f3ab689c21fe29c2e67a82ae280e1 /src/atimer.h
parent16c3428ade5b35ae16a0f24fc0a8ce5b96f95342 (diff)
downloademacs-66aa4eb37df93db002457a6e35916801a8f4ec26.tar.gz
Fix typos in comments.
Diffstat (limited to 'src/atimer.h')
-rw-r--r--src/atimer.h2
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
};