From: Jason Parker Date: Thu, 10 Jan 2008 20:13:24 +0000 (+0000) Subject: Merged revisions 97847 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54873bdb382337db0732b10301e43ae9958b91ab;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/trunk@97848 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index 73fdef664a..1a66068c3b 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);