summaryrefslogtreecommitdiff
path: root/doc/html/atomic/porting.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/atomic/porting.html')
-rw-r--r--doc/html/atomic/porting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/atomic/porting.html b/doc/html/atomic/porting.html
index 4187b3ad57..1dafc59099 100644
--- a/doc/html/atomic/porting.html
+++ b/doc/html/atomic/porting.html
@@ -56,8 +56,8 @@
<li class="listitem">
<span class="bold"><strong>lockfree.cpp</strong></span> verifies that the <span class="bold"><strong>BOOST_ATOMIC_*_LOCKFREE</strong></span> macros are set properly
according to the expectations for a given platform, and that they match
- up with the <span class="bold"><strong>is_lock_free</strong></span> member functions
- of the <span class="bold"><strong>atomic</strong></span> object instances.
+ up with the <span class="bold"><strong>is_always_lock_free</strong></span> and
+ <span class="bold"><strong>is_lock_free</strong></span> members of the <span class="bold"><strong>atomic</strong></span> object instances.
</li>
<li class="listitem">
<span class="bold"><strong>atomicity.cpp</strong></span> lets two threads race