Skip to content

Commit f0ee6bc

Browse files
committed
Refine wording
1 parent d4c5b42 commit f0ee6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency-primer.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ \section{Concurrency tools and synchronization mechanisms}
690690
Consequently, we should not focus on comparing which communication tools or synchronization mechanisms are better,
691691
but rather on exploring how to effectively use these tools in a given scenario to facilitate smooth communication between threads and achieve the programmer's goals.
692692

693-
\section{Lock free}
693+
\section{Lock-free}
694694
In \secref{concurrency-tool}, we explored different mechanisms based on the characteristics of concurrency tools,
695695
as described in \secref{atomicity} and \secref{rmw}.
696696
In this section, we need to explore which strategies can help programmers to design a concurrency program

0 commit comments

Comments
 (0)