[asterisk-commits] mnicholson: trunk r209453 - /trunk/addons/chan_mobile.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 29 16:13:46 CDT 2009
Author: mnicholson
Date: Wed Jul 29 16:13:42 2009
New Revision: 209453
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=209453
Log:
Fixed a comment for hfp_parse_clip
Modified:
trunk/addons/chan_mobile.c
Modified: trunk/addons/chan_mobile.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/addons/chan_mobile.c?view=diff&rev=209453&r1=209452&r2=209453
==============================================================================
--- trunk/addons/chan_mobile.c (original)
+++ trunk/addons/chan_mobile.c Wed Jul 29 16:13:42 2009
@@ -1938,8 +1938,7 @@
* \param buf the buffer to parse (null terminated)
* @note buf will be modified when the CID string is parsed
* \return NULL on error (parse error) or a pointer to the caller id
- * inforamtion in buf
- * success
+ * information in buf
*/
static char *hfp_parse_clip(struct hfp_pvt *hfp, char *buf)
{
More information about the asterisk-commits
mailing list