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