[Asterisk-code-review] format.h: Fix a few minor errors in comments. (asterisk[master])

Matthew Fredrickson asteriskteam at digium.com
Fri Jul 21 15:58:51 CDT 2017


Matthew Fredrickson has uploaded this change for review. ( https://gerrit.asterisk.org/6056


Change subject: format.h: Fix a few minor errors in comments.
......................................................................

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
---
M include/asterisk/format.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/56/6056/1

diff --git a/include/asterisk/format.h b/include/asterisk/format.h
index 0bad96d..946c03d 100644
--- a/include/asterisk/format.h
+++ b/include/asterisk/format.h
@@ -32,7 +32,7 @@
 
 /*! \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 *(* 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

-- 
To view, visit https://gerrit.asterisk.org/6056
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I07f0bdb47b93359b361c4c3d8ecc87cd3199dd94
Gerrit-Change-Number: 6056
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew Fredrickson <creslin at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170721/c4adfc91/attachment-0001.html>


More information about the asterisk-code-review mailing list