summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2017-07-21 15:57:46 -0500
committerMatthew Fredrickson <creslin@digium.com>2017-07-24 09:29:19 -0500
commit9f263409627df2e3c42cff408cf3bba6ea720295 (patch)
tree63286d38c5c5569728c10bb4b1659142a20767ed /include/asterisk
parent60be0f71ac88af6d5248c5af48e51618c2f80434 (diff)
format.h: Fix a few minor errors in comments.
A few minor problems were found in comments in format.h. This patch fixes them. Change-Id: I07f0bdb47b93359b361c4c3d8ecc87cd3199dd94
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/format.h b/include/asterisk/format.h
index fb130e83b..ffb707a3c 100644
--- a/include/asterisk/format.h
+++ b/include/asterisk/format.h
@@ -32,7 +32,7 @@ struct ast_format;
/*! \brief Format comparison results */
enum ast_format_cmp_res {
- /*! Both formats are equivalent to eachother */
+ /*! Both formats are equivalent to each other */
AST_FORMAT_CMP_EQUAL = 0,
/*! Both formats are completely different and not the same in any way */
AST_FORMAT_CMP_NOT_EQUAL,
@@ -110,7 +110,7 @@ struct ast_format_interface {
struct ast_format *(* const format_parse_sdp_fmtp)(const struct ast_format *format, const char *attributes);
/*!
- * \brief Generate SDP attribute information from an ast_format_attr structure.
+ * \brief Generate SDP attribute information from an ast_format structure.
*
* \param format The format containing attributes
* \param payload The payload number to place into the fmtp line