mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
docs: Fix various typos in main/
Found via `codespell -q 3 -S "./CREDITS" -L abd,asent,atleast,childrens,contentn,crypted,dne,durationm,exten,inout,leapyear,nd,oclock,offsetp,ot,parm,parms,requestor,ser,slanguage,slin,thirdparty,varn,varns,ues`
(cherry picked from commit 03ec0f2d17
)
This commit is contained in:
committed by
Asterisk Development Team
parent
7300a506d0
commit
a82e7c2f89
@@ -129,7 +129,7 @@ struct ast_region {
|
||||
* \brief Location of the requested malloc block to return.
|
||||
*
|
||||
* \note Must have the same alignment that malloc returns.
|
||||
* i.e., It is suitably aligned for any kind of varible.
|
||||
* i.e., It is suitably aligned for any kind of variable.
|
||||
*/
|
||||
unsigned char data[0] __attribute__((aligned));
|
||||
};
|
||||
@@ -1132,7 +1132,7 @@ static void mm_atexit_hash_restore(struct region_list *list)
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Sort regions comparision.
|
||||
* \brief Sort regions comparison.
|
||||
*
|
||||
* \param left Region to compare.
|
||||
* \param right Region to compare.
|
||||
|
Reference in New Issue
Block a user