aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/time.h')
-rw-r--r--include/asterisk/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/time.h b/include/asterisk/time.h
index 7e1726e72..3b94cd646 100644
--- a/include/asterisk/time.h
+++ b/include/asterisk/time.h
@@ -38,8 +38,8 @@ typedef typeof(tv.tv_usec) ast_suseconds_t;
/*!
* \brief Computes the difference (in milliseconds) between two \c struct \c timeval instances.
- * \param end the beginning of the time period
- * \param start the end of the time period
+ * \param end end of the time period
+ * \param start beginning of the time period
* \return the difference in milliseconds
*/
AST_INLINE_API(