aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 20:13:24 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 20:13:24 +0000
commit8c685c6a427ef86e8074d7c2042fd97379bf52b4 (patch)
tree71e53c758b52ae1f562afef8b02e00d71ffaaf4e /include/asterisk
parent399c59a84df28be387cd46be8466337363edec6f (diff)
Merged revisions 97847 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r97847 | qwell | 2008-01-10 14:12:37 -0600 (Thu, 10 Jan 2008) | 1 line Fix a comment that is no longer true. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97848 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 73fdef664..1a66068c3 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -421,7 +421,7 @@ void ast_swapcopy_samples(void *dst, const void *src, int samples);
/*! \brief Get the name of a format
* \param format id of format
- * \return A static string containing the name of the format or "UNKN" if unknown.
+ * \return A static string containing the name of the format or "unknown" if unknown.
*/
char* ast_getformatname(int format);