summaryrefslogtreecommitdiff
path: root/include/asterisk/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/timing.h')
-rw-r--r--include/asterisk/timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/timing.h b/include/asterisk/timing.h
index ff4947a0a..c0fd96709 100644
--- a/include/asterisk/timing.h
+++ b/include/asterisk/timing.h
@@ -88,7 +88,7 @@ struct ast_timing_interface {
* \param i An instance of the \c ast_timing_interfaces structure with pointers
* to the functions provided by the timing implementation.
*
- * \retval NULL failure
+ * \retval NULL failure
* \retval non-Null handle to be passed to ast_unregister_timing_interface() on success
* \since 1.6.1
*/