]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a comment that is no longer true.
authorJason Parker <jparker@digium.com>
Thu, 10 Jan 2008 20:12:37 +0000 (20:12 +0000)
committerJason Parker <jparker@digium.com>
Thu, 10 Jan 2008 20:12:37 +0000 (20:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@97847 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/frame.h

index 103a00058da3238e68df2339dfa27a1a73e7f92f..4fb4b732fda3d5685da4df3b15742fa82d6dccd8 100644 (file)
@@ -419,7 +419,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);