Finxed spelling in comments.
FossilOrigin-Name: aa43880e4c316a5e0e26ca18eed3e258793797b7e6f5ffe4550a596f22cd1d9a
This commit is contained in:
parent
fd2ee89991
commit
32806ad92a
@ -192,10 +192,10 @@ static inline void * mavliter_get(mavliter_t *i){
|
|||||||
extern void * mavliter_seek(mavliter_t *i,void *d);
|
extern void * mavliter_seek(mavliter_t *i,void *d);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define a AVL Iterator Varialble and acciciate it with
|
* Define a AVL Iterator varialble and accociate it with
|
||||||
* an AVL Tree.
|
* an AVL Tree.
|
||||||
* @param i Name of Variable to define
|
* @param i Name of the variable to define
|
||||||
* @param t #mavl_t Tree to associate.
|
* @param t #mavl_t Tree to associate
|
||||||
*/
|
*/
|
||||||
#define MAVLITER_DEFINE(i,t)\
|
#define MAVLITER_DEFINE(i,t)\
|
||||||
mavliter_t i; mavliter_init(&i,t)
|
mavliter_t i; mavliter_init(&i,t)
|
||||||
|
Loading…
Reference in New Issue
Block a user