docs: small fixes (#26154)

This commit is contained in:
dundargoc
2023-11-27 10:43:13 +01:00
committed by GitHub
parent 574d25642f
commit 2c16c6a6c4
8 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ typedef struct {
} MarkTreeIter;
#define marktree_itr_valid(itr) ((itr)->x != NULL)
// accces raw key: flags in MT_FLAG_EXTERNAL_MASK and decor_data are safe to modify.
// access raw key: flags in MT_FLAG_EXTERNAL_MASK and decor_data are safe to modify.
#define mt_itr_rawkey(itr) ((itr)->x->key[(itr)->i])
// Internal storage