Fix typo in vst2.cpp

This commit is contained in:
Robbert van der Helm
2020-11-08 16:07:57 +01:00
parent 97d1055063
commit 9300648067
+1 -1
View File
@@ -29,7 +29,7 @@
using VstEntryPoint = AEffect*(VST_CALL_CONV*)(audioMasterCallback);
/**
* This ugly global is needed so we can get the instance of a `Brdige` class
* This ugly global is needed so we can get the instance of a `Vst2Bridge` class
* from an `AEffect` when it performs a host callback during its initialization.
*/
Vst2Bridge* current_bridge_instance = nullptr;