]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
format.h: Fix a few minor errors in comments.
authorMatthew Fredrickson <creslin@digium.com>
Fri, 21 Jul 2017 20:57:46 +0000 (15:57 -0500)
committerMatthew Fredrickson <creslin@digium.com>
Mon, 24 Jul 2017 14:29:19 +0000 (09:29 -0500)
A few minor problems were found in comments in format.h.  This patch fixes them.

Change-Id: I07f0bdb47b93359b361c4c3d8ecc87cd3199dd94

include/asterisk/format.h

index fb130e83b9e9ee3ee7afadde7b189021830a77ce..ffb707a3c1fb1eec7da7fba96125bf7e03d2c219 100644 (file)
@@ -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