Skip to content

Commit 9bf4222

Browse files
authored
[rcu.syn] Add missing ',' in comment (#7301)
1 parent 7c6322a commit 9bf4222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12194,7 +12194,7 @@
1219412194
// \ref{saferecl.rcu.domain}, class \tcode{rcu_domain}
1219512195
class rcu_domain;
1219612196

12197-
// \ref{saferecl.rcu.domain.func} non-member functions
12197+
// \ref{saferecl.rcu.domain.func}, non-member functions
1219812198
rcu_domain& rcu_default_domain() noexcept;
1219912199
void rcu_synchronize(rcu_domain& dom = rcu_default_domain()) noexcept;
1220012200
void rcu_barrier(rcu_domain& dom = rcu_default_domain()) noexcept;

0 commit comments

Comments
 (0)