Reword comment

Forgot to add this to the last commit.
This commit is contained in:
Robbert van der Helm
2021-01-27 21:01:34 +01:00
parent 6e5ea3a4d8
commit 62ab9a1c1a
+3 -3
View File
@@ -38,9 +38,9 @@ class HostBridge {
* up a Win32 timer in their constructor, but since the plugins are left in
* a partially initialized state until `effOpen()` has been called running
* the Win32 message loop before that time will trigger a race condition
* within those plugins. This is very much an issue with those plugins, but
* since this situation wouldn't occur on Windows we'll just have to work
* around it.
* within those plugins. This is very much an issue with those particular
* plugins, but since this situation wouldn't occur on Windows we'll just
* have to work around it.
*
* @relates MainContext::async_handle_events
*/