[Asterisk-code-review] spelling: allocated (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:25 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16716 )
Change subject: spelling: allocated
......................................................................
spelling: allocated
Change-Id: I67196e4395d5b72efd30c3d43e119232f3ed9732
---
M include/asterisk/astmm.h
M include/asterisk/bridge_features.h
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/16/16716/1
diff --git a/include/asterisk/astmm.h b/include/asterisk/astmm.h
index e1f91dd..ba444bb 100644
--- a/include/asterisk/astmm.h
+++ b/include/asterisk/astmm.h
@@ -295,7 +295,7 @@
* \param s The string to duplicate
*
* This macro will duplicate the given string. It returns a pointer to the stack
- * allocatted memory for the new string.
+ * allocated memory for the new string.
*/
#define ast_strdupa(s) \
(__extension__ \
diff --git a/include/asterisk/bridge_features.h b/include/asterisk/bridge_features.h
index a752997..504efc5 100644
--- a/include/asterisk/bridge_features.h
+++ b/include/asterisk/bridge_features.h
@@ -712,7 +712,7 @@
/*!
* \brief Constructor function for ast_bridge_features_limits
*
- * \param limits pointer to a ast_bridge_features_limits struct that has been allocted, but not initialized
+ * \param limits pointer to a ast_bridge_features_limits struct that has been allocated, but not initialized
*
* \retval 0 on success
* \retval -1 on failure
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16716
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I67196e4395d5b72efd30c3d43e119232f3ed9732
Gerrit-Change-Number: 16716
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/a96cdc78/attachment.html>
More information about the asterisk-code-review
mailing list