From 8057fb41cb8e5e219423c803f59fc0274be34f0e Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 17 Dec 2007 21:12:42 +0000 Subject: [PATCH] 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/branches/1.4@93336 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asterisk/time.h b/include/asterisk/time.h index d041833547..92a5346a5a 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(