Fix typos in comment

This commit is contained in:
Robbert van der Helm
2020-12-25 01:00:57 +01:00
parent b6304c83b5
commit 7cfd1982dd
3 changed files with 6 additions and 6 deletions
@@ -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