typo/spelling fixes (patch 983448)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,7 +4,7 @@ A thread is basically a path of execution through a program. Threads are
|
||||
sometimes called {\it light-weight processes}, but the fundamental difference
|
||||
between threads and processes is that memory spaces of different processes are
|
||||
separated while all threads share the same address space. While it makes it
|
||||
much easier to share common data between several threads, it also makes much
|
||||
much easier to share common data between several threads, it also makes it much
|
||||
easier to shoot oneself in the foot, so careful use of synchronization objects
|
||||
such as \helpref{mutexes}{wxmutex} and/or \helpref{critical sections}{wxcriticalsection} is recommended.
|
||||
|
||||
|
Reference in New Issue
Block a user