Skip to content

Commit 5b07f42

Browse files
authored
[thread.mutex.requirements.mutex.general] Fix grammar (#8765)
1 parent 15fc5a2 commit 5b07f42

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
@@ -7329,7 +7329,7 @@
73297329
The implementation provides lock and unlock operations, as described below.
73307330
For purposes of determining the existence of a data race, these behave as
73317331
atomic operations\iref{intro.multithread}. The lock and unlock operations on
7332-
a single mutex appears to occur in a single total order.
7332+
a single mutex appear to occur in a single total order.
73337333
\begin{note}
73347334
This
73357335
can be viewed as the modification order\iref{intro.multithread} of the

0 commit comments

Comments
 (0)