Spelling: simultaneosly -> simultaneously

This commit is contained in:
Rhys Ulerich
2013-12-10 22:09:48 -06:00
parent b701ed0225
commit 3a188af8d6

View File

@ -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>