From a5a996627b12db07621bfeb55f321bf7a67437bb Mon Sep 17 00:00:00 2001 From: Wu Yongwei Date: Tue, 1 Nov 2022 22:17:32 +0800 Subject: [PATCH] Wrap a file name in backticks For consistency. Signed-off-by: Wu Yongwei --- doc/cds-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.34.1