From 7cfd1982dd759169874435e4c2b6312bc8dccb26 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 25 Dec 2020 01:00:57 +0100 Subject: [PATCH] Fix typos in comment --- src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp | 4 ++-- src/wine-host/bridges/vst3-impls/host-context-proxy.cpp | 4 ++-- src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp b/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp index 8f316833..5a545544 100644 --- a/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/component-handler-proxy.cpp @@ -22,8 +22,8 @@ Vst3ComponentHandlerProxyImpl::Vst3ComponentHandlerProxyImpl( Vst3Bridge& bridge, Vst3ComponentHandlerProxy::ConstructArgs&& args) : Vst3ComponentHandlerProxy(std::move(args)), bridge(bridge) { - // The lifecycle is thos object is managed together with that of the plugin - // object instance instance this belongs to + // The lifecycle of this object is managed together with that of the plugin + // object instance this host context got passed to } tresult PLUGIN_API diff --git a/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp b/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp index 438d54f4..c6050b8d 100644 --- a/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/host-context-proxy.cpp @@ -24,8 +24,8 @@ Vst3HostContextProxyImpl::Vst3HostContextProxyImpl( Vst3Bridge& bridge, Vst3HostContextProxy::ConstructArgs&& args) : Vst3HostContextProxy(std::move(args)), bridge(bridge) { - // The lifecycle is thos object is managed together with that of the plugin - // object instance instance this belongs to + // The lifecycle of this object is managed together with that of the plugin + // object instance this host context got passed to } tresult PLUGIN_API diff --git a/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp b/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp index 3ceff0de..6639b661 100644 --- a/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp +++ b/src/wine-host/bridges/vst3-impls/plug-frame-proxy.cpp @@ -22,8 +22,8 @@ Vst3PlugFrameProxyImpl::Vst3PlugFrameProxyImpl( Vst3Bridge& bridge, Vst3PlugFrameProxy::ConstructArgs&& args) : Vst3PlugFrameProxy(std::move(args)), bridge(bridge) { - // The lifecycle is thos object is managed together with that of the plugin - // object instance instance this belongs to + // The lifecycle of this object is managed together with that of the plugin + // object instance this host context got passed to } tresult PLUGIN_API