From 62ab9a1c1a3a437daad7b7b060aedf0fa6274941 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 27 Jan 2021 21:01:34 +0100 Subject: [PATCH] Reword comment Forgot to add this to the last commit. --- src/wine-host/bridges/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wine-host/bridges/common.h b/src/wine-host/bridges/common.h index 76520655..76f39426 100644 --- a/src/wine-host/bridges/common.h +++ b/src/wine-host/bridges/common.h @@ -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 */