]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/critsect.tex
improved sizing of wxBusyInfo window and updated the docs a bit
[wxWidgets.git] / docs / latex / wx / critsect.tex
index 74c987e7f85cd811004fb11df0d8c9042523bce1..d2c67ee3dfbcc8153ef50ee65c9ab2d6fdd74808 100644 (file)
@@ -1,7 +1,7 @@
 \section{\class{wxCriticalSection}}\label{wxcriticalsection}
 
-A critical section object is used exactly for the same purpose as 
-\helpref{mutexes}{wxMutex}. The only difference is that under Windows platform
+A critical section object is used for the same exactly 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
 efficient. The terminology is also slightly different: mutex may be locked (or