X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=vcs-svn%2Ftrp.txt;h=177ebca335a7ad348a56b12bc1e01fd9c2076e0e;hb=5b42477b59886a85d4b49a60313f9b9d4a0d576f;hp=5ca6b42edb289c5f5714ae2f0a09710d40dd14f3;hpb=597a63054241c122515c93cbce45bc44eb231f18;p=git.git diff --git a/vcs-svn/trp.txt b/vcs-svn/trp.txt index 5ca6b42ed..177ebca33 100644 --- a/vcs-svn/trp.txt +++ b/vcs-svn/trp.txt @@ -96,7 +96,7 @@ node_type *foo_search(struct trp_root \*treap, node_type \*key):: node_type *foo_nsearch(struct trp_root \*treap, node_type \*key):: - Like `foo_search`, but if if the key is missing return what + Like `foo_search`, but if the key is missing return what would be key's successor, were key in treap (NULL if no successor).