Fix comment typos in sources
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/2541
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfdd4127b5
commit
668a2186cd
@@ -102,7 +102,7 @@ enum
|
||||
//
|
||||
// However recursive mutexes have several important drawbacks: first, in the
|
||||
// POSIX implementation, they're less efficient. Second, and more importantly,
|
||||
// they CAN NOT BE USED WITH CONDITION VARIABLES under Unix! Using them with
|
||||
// they CANNOT BE USED WITH CONDITION VARIABLES under Unix! Using them with
|
||||
// wxCondition will work under Windows and some Unices (notably Linux) but will
|
||||
// deadlock under other Unix versions (e.g. Solaris). As it might be difficult
|
||||
// to ensure that a recursive mutex is not used with wxCondition, it is a good
|
||||
|
Reference in New Issue
Block a user