uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / cds-api.md
index 3e0fe8b2b818c57751eef4e5dfe8e7b52ad2590c..9940a366bbe9e42f68ecc0406aeb210026b2ee3d 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2023 EfficiOS Inc.
+
+SPDX-License-Identifier: CC-BY-4.0
+-->
+
 Userspace RCU Concurrent Data Structures (CDS) API
 ==================================================
 
@@ -33,7 +39,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`
This page took 0.022963 seconds and 4 git commands to generate.