mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Fix some spelling mistakes.
Fixes BZ#374719 Patch by: klemens <ka7@la-evento.com> git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16336
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* - whether or not the smart pointer objects are shared over threads.
|
||||
* - whether or not the smart pointer object itself is thread-safe.
|
||||
*
|
||||
* Most smart pointer implemenations are not thread-safe
|
||||
* Most smart pointer implementations are not thread-safe
|
||||
* (e.g. boost::shared_ptr<>, tr1::shared_ptr<> and the smart_ptr<>
|
||||
* implementation below). This means that it is not safe to modify a shared
|
||||
* pointer object that is shared over threads without proper synchronization.
|
||||
|
||||
Reference in New Issue
Block a user