aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
43 /* Timer is ripe at now plus an offset. */ 43 /* Timer is ripe at now plus an offset. */
44 ATIMER_RELATIVE, 44 ATIMER_RELATIVE,
45 45
46 /* Timer runs continously. */ 46 /* Timer runs continuously. */
47 ATIMER_CONTINUOUS 47 ATIMER_CONTINUOUS
48}; 48};
49 49