X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/520d19362280287d359ed85e235aaa570301556b..d1be6261e3403e69bbd5694df008f1edfda06eef:/docs/latex/wx/critsect.tex diff --git a/docs/latex/wx/critsect.tex b/docs/latex/wx/critsect.tex index d2c67ee3df..545954a1d8 100644 --- a/docs/latex/wx/critsect.tex +++ b/docs/latex/wx/critsect.tex @@ -1,6 +1,6 @@ \section{\class{wxCriticalSection}}\label{wxcriticalsection} -A critical section object is used for the same exactly purpose as +A critical section object is used for exactly the same purpose as \helpref{mutexes}{wxmutex}. The only difference is that under Windows platform critical sections are only visible inside one process, while mutexes may be shared between processes, so using critical sections is slightly more @@ -39,7 +39,7 @@ Default constructor initializes critical section object. \func{}{\destruct{wxCriticalSection}}{\void} -Destructor frees the ressources. +Destructor frees the resources. \membersection{wxCriticalSection::Enter}\label{wxcriticalsectionenter}