[asterisk-commits] tilghman: trunk r93337 - in /trunk: ./ include/asterisk/time.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 17 15:14:45 CST 2007


Author: tilghman
Date: Mon Dec 17 15:14:45 2007
New Revision: 93337

URL: http://svn.digium.com/view/asterisk?view=rev&rev=93337
Log:
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. ;-)

........

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/time.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/include/asterisk/time.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/time.h?view=diff&rev=93337&r1=93336&r2=93337
==============================================================================
--- trunk/include/asterisk/time.h (original)
+++ trunk/include/asterisk/time.h Mon Dec 17 15:14:45 2007
@@ -38,8 +38,8 @@
 
 /*!
  * \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(




More information about the asterisk-commits mailing list