Skip to content

Commit dc61857

Browse files
committed
[atomics.lockfree] "are" -> "is"; "along with" is not a coordinating
conjunction.
1 parent febf31d commit dc61857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/atomics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
At least one signed integral specialization of the \tcode{atomic} template,
620620
along with the specialization
621621
for the corresponding unsigned type\iref{basic.fundamental},
622-
are always lock-free.
622+
is always lock-free.
623623
\begin{note}
624624
This requirement is optional in freestanding implementations\iref{compliance}.
625625
\end{note}

0 commit comments

Comments
 (0)