aboutsummaryrefslogtreecommitdiffstats
path: root/addons
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-29 21:13:42 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-29 21:13:42 +0000
commit621f8f3f2df477a54ec48918f3b20db921846f2d (patch)
treebab9479ec935ae700370b53e90a685be15189855 /addons
parentc268ce910038d7e233ead13abc31059b020c7cff (diff)
Fixed a comment for hfp_parse_clip
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209453 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_mobile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index f74bb09cb..2e3ccdf3d 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -1938,8 +1938,7 @@ static int hfp_parse_ciev(struct hfp_pvt *hfp, char *buf, int *value)
* \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)
{