aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 20:12:37 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 20:12:37 +0000
commit7b05ccd2a77a608bec14a10346bac528e9ad13da (patch)
tree37236ef3bfb0bdfa012b5b7685df228942557144 /include
parentcf9abc0973c97ecbe9ff681814fd5d568a466aa3 (diff)
Fix a comment that is no longer true.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@97847 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 103a00058..4fb4b732f 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -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);