X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fcds-api.md;fp=doc%2Fcds-api.md;h=3d313b78e9d41cc5a40f8f381a244c4b864d6867;hp=3e0fe8b2b818c57751eef4e5dfe8e7b52ad2590c;hb=a5a996627b12db07621bfeb55f321bf7a67437bb;hpb=cef5f31d82517e28a0980ecdc907b2f816185455 diff --git a/doc/cds-api.md b/doc/cds-api.md index 3e0fe8b..3d313b7 100644 --- a/doc/cds-api.md +++ b/doc/cds-api.md @@ -33,7 +33,7 @@ Downside over `list.h`: lookup of tail in O(n). Doubly-linked list, with single pointer list head. Requires mutual exclusion on updates, allows RCU read traversals. Useful -for implementing hash tables. Downside over rculist.h: lookup of tail in O(n). +for implementing hash tables. Downside over `rculist.h`: lookup of tail in O(n). ### `urcu/wfstack.h`