aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 21:12:42 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 21:12:42 +0000
commit605b080e57c8544ffdb9cb15b86f802331ca33ed (patch)
tree0269f1551ebf22d2ebac6625de58976df9d37895 /include
parentb07f72f186300baec294dae5d31dc883e052ec81 (diff)
Today is tomorrow's yesterday, and yesterday's tomorrow is today, and
tomorrow's tomorrow is the day after tomorrow, so who cares if you recycle anyway? If this confuses you, that's nothing compared to what this fixes. ;-) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@93336 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 d04183354..92a5346a5 100644
--- a/include/asterisk/time.h
+++ b/include/asterisk/time.h
@@ -37,8 +37,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(