X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/blobdiff_plain/8996f767e047eefa8af4d01b1434b54f4c169b79..10427eb21d77a0edeb2f17e434515b91b420cdfb:/lib.h diff --git a/lib.h b/lib.h index 97d8a96..e7db07c 100644 --- a/lib.h +++ b/lib.h @@ -439,7 +439,7 @@ extern void *treap_probe(struct treap */*t*/, * This is similar to `treap_lookup', in that it returns the * requested node if it already exists, or null otherwise, but it * also records in P information to be used by `treap_insert' to - * insert a new node with the given key it's not there already. + * insert a new node with the given key if it's not there already. */ extern void treap_insert(struct treap */*t*/, const struct treap_path */*p*/,