forked from boostorg/smart_ptr
Spelling: simultaneosly -> simultaneously
This commit is contained in:
@ -694,7 +694,7 @@ template<class T>
|
|||||||
built-in types. A <code>shared_ptr</code> instance can be "read" (accessed
|
built-in types. A <code>shared_ptr</code> instance can be "read" (accessed
|
||||||
using only const operations) simultaneously by multiple threads. Different <code>shared_ptr</code>
|
using only const operations) simultaneously by multiple threads. Different <code>shared_ptr</code>
|
||||||
instances can be "written to" (accessed using mutable operations such as <code>operator=
|
instances can be "written to" (accessed using mutable operations such as <code>operator=
|
||||||
</code>or <code>reset</code>) simultaneosly by multiple threads (even
|
</code>or <code>reset</code>) simultaneously by multiple threads (even
|
||||||
when these instances are copies, and share the same reference count
|
when these instances are copies, and share the same reference count
|
||||||
underneath.)</p>
|
underneath.)</p>
|
||||||
<p>Any other simultaneous accesses result in undefined behavior.</p>
|
<p>Any other simultaneous accesses result in undefined behavior.</p>
|
||||||
|
Reference in New Issue
Block a user