Fix comments

This commit is contained in:
Tony Garnock-Jones 2015-06-30 12:09:28 -04:00
parent 5b3efe4475
commit eda162a8d1
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,7 @@ extern void tt_dump_arena(tt_arena_t *a);
extern void tt_arena_flush(tt_arena_t *a);
/* Returns 0 if consing failed (because of out-of-memory).
Otherwise, returns a nonzero index.
/* Returns TT_NO_PTR if consing failed (because of out-of-memory).
Grabs na and nb (according to tag) IF it needs to allocate a new node, otherwise does not.
DOES NOT increase the reference count of the returned node. */
extern tt_node_ptr_t tt_arena_cons(tt_arena_t *a,