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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 24 10:54:30 CDT 2017


Jenkins2 has submitted this change and it was merged. ( 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(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, but someone else must approve
  Sean Bright: Looks good to me, approved
  Jenkins2: Approved for Submit



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: merged
Gerrit-Change-Id: I07f0bdb47b93359b361c4c3d8ecc87cd3199dd94
Gerrit-Change-Number: 6056
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew Fredrickson <creslin at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20170724/3ad1be73/attachment-0001.html>


More information about the asterisk-commits mailing list