Correct typo (?) in comment

This commit is contained in:
Tony Garnock-Jones 2017-06-14 10:36:08 +01:00
parent 015ba5f60a
commit d0019134e5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ typedef enum tt_special_idx_t {
#define TT_STYLE_HIDE_DETAILS 0x00000002
typedef uint32_t tt_node_idx_t; /* N.B. tt_special_idx_t; and 0 is reserved. */
typedef uint32_t tt_node_ptr_t; /* An index shifted left 2 with tag or'd in low bits */
typedef uint32_t tt_node_ptr_t; /* An index shifted left 3 with tag or'd in low bits */
#define TT_NO_IDX ((tt_node_idx_t) (0))
#define TT_NO_PTR ((tt_node_ptr_t) (0))