summaryrefslogtreecommitdiff
path: root/include/asterisk/time.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-12-17 21:14:45 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-12-17 21:14:45 +0000
commitfbd7dda5c7d1da509006df62306dc243e887c50e (patch)
treebd7f6ac17de6e0e818e2faf2efc877e23774dfe3 /include/asterisk/time.h
parentf3471c165219f1c7882821409bc057df3b055dc1 (diff)
Merged revisions 93336 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r93336 | tilghman | 2007-12-17 15:12:42 -0600 (Mon, 17 Dec 2007) | 6 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@93337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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(