diff --git a/source/threads.tex b/source/threads.tex index 8dccd53751..08e1cb7165 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -3615,7 +3615,7 @@ \pnum The program is ill-formed if \tcode{is_always_lock_free} is \tcode{false} and -\tcode{is_volatile_v} is true. +\tcode{is_volatile_v} is \tcode{true}. \begin{codeblock} namespace std { @@ -3774,7 +3774,7 @@ \pnum The program is ill-formed -\tcode{if is_always_lock_free} is \tcode{false} and +if \tcode{is_always_lock_free} is \tcode{false} and \tcode{is_volatile_v} is \tcode{true}. \begin{codeblock}