From c0203dae830546a6f07b2efcc69c90e1bd9e3aa4 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 16 Jan 2026 15:59:27 +0000 Subject: [PATCH] [thread.mutex.requirements.mutex.general] fix grammar The lock and unlock operations are plural. --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 86a06656f4..b30a257a6e 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -7329,7 +7329,7 @@ The implementation provides lock and unlock operations, as described below. For purposes of determining the existence of a data race, these behave as atomic operations\iref{intro.multithread}. The lock and unlock operations on -a single mutex appears to occur in a single total order. +a single mutex appear to occur in a single total order. \begin{note} This can be viewed as the modification order\iref{intro.multithread} of the