mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
addons: Spelling fixes
Correct typos of the following word families: definition listener fastcopy logical registration classify documentation explicitly dialed endpoint elements arithmetic might prepend byte terminal inquiry skipping aliases calling absent authentication transmit their ericsson disconnecting redir items client adapter transmitter existing satisfies pointer interval supplied ASTERISK-29714 Change-Id: I8548438246f7b718d88e0b9e0a1eb384bbec88e4
This commit is contained in:
@@ -265,7 +265,7 @@ void* memHeapAlloc (void** ppvMemHeap, int nbytes)
|
||||
if (nunits <= (ASN1UINT)pElem_nunits (pElem)) {
|
||||
RTMEMDIAG3
|
||||
("memHeapAlloc: "
|
||||
"found an exisiting free element 0x%x, size %d\n",
|
||||
"found an existing free element 0x%x, size %d\n",
|
||||
pElem, (pElem_nunits (pElem) * 8u));
|
||||
|
||||
if (pMemBlk->freeElemOff ==
|
||||
@@ -1214,7 +1214,7 @@ static OSMemLink* memHeapAddBlock (OSMemLink** ppMemLink,
|
||||
|
||||
/* 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));
|
||||
|
Reference in New Issue
Block a user