summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-07-24 10:54:30 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-07-24 10:54:30 -0500
commit8b8d5e41102093d4dc3e2f04d5b894e09efe169f (patch)
tree0160c1ab1199b121ab9df033f4cde9c594998dbd
parent40e1b54bdbb76d1ac4993a3793e35f3c604bd094 (diff)
parent2697e4515722379435a6bf3ecac13b5c82914783 (diff)
Merge "format.h: Fix a few minor errors in comments."
-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 0bad96dcc..946c03d98 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