summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/timing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/timing.h b/include/asterisk/timing.h
index 426eb8dbd..2a62e6b57 100644
--- a/include/asterisk/timing.h
+++ b/include/asterisk/timing.h
@@ -31,8 +31,8 @@
The timing source used by Asterisk must provide the following
features:
- 1) Periodic triggers, with a configurable interval (specified in
- millisconds).
+ 1) Periodic triggers, with a configurable interval (specified as
+ number of triggers per second).
2) Multiple outstanding triggers, each of which must be 'acked'
to clear it. Triggers must also be 'ackable' in quantity.