[Asterisk-code-review] spelling: arithmetic (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:51 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16741 )
Change subject: spelling: arithmetic
......................................................................
spelling: arithmetic
Change-Id: I33f536c64b0bd4b02500fc4b835128c5c54c394b
---
M addons/ooh323c/src/memheap.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/41/16741/1
diff --git a/addons/ooh323c/src/memheap.c b/addons/ooh323c/src/memheap.c
index 33be667..f2fcc4e 100644
--- a/addons/ooh323c/src/memheap.c
+++ b/addons/ooh323c/src/memheap.c
@@ -1214,7 +1214,7 @@
/* if pMemBlk has RTMEMLINK flags it means that it is allocated
* cooperatively with OSMemLink, and we don't need to do additional
- * allocations for it. Just use pointer's arithemtic. */
+ * allocations for it. Just use pointer's arithmetic. */
if (blockType & RTMEMLINK)
pMemLink = (OSMemLink*) (((ASN1OCTET*)pMemBlk) - sizeof (OSMemLink));
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16741
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I33f536c64b0bd4b02500fc4b835128c5c54c394b
Gerrit-Change-Number: 16741
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/3c419dd2/attachment-0001.html>
More information about the asterisk-code-review
mailing list