summaryrefslogtreecommitdiff
path: root/include/asterisk/format_pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/format_pref.h')
-rw-r--r--include/asterisk/format_pref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/format_pref.h b/include/asterisk/format_pref.h
index b034c18be..9a7e06741 100644
--- a/include/asterisk/format_pref.h
+++ b/include/asterisk/format_pref.h
@@ -59,9 +59,9 @@ void ast_codec_pref_init(struct ast_codec_pref *pref);
/*!
* \brief Codec located at a particular place in the preference index.
- * \param preference structure to get the codec out of
+ * \param pref preference structure to get the codec out of
* \param index to retrieve from
- * \param retult ast_format structure to store the index value in
+ * \param result ast_format structure to store the index value in
* \return pointer to input ast_format on success, NULL on failure
*/
struct ast_format *ast_codec_pref_index(struct ast_codec_pref *pref, int index, struct ast_format *result);