diff --git a/src/host.cpp b/src/host.cpp index d1b62fc46..d920ade8a 100644 --- a/src/host.cpp +++ b/src/host.cpp @@ -111,7 +111,7 @@ volatile bool should_exit = false; volatile int audio_offset; ///< added audio delay in ms (non-negative), can be used to tune AV sync volatile int video_offset; ///< added video delay in ms (non-negative), can be used to tune AV sync -/// 0->1 - call glfwInit, 1->0 call glfwTerminate; fncs shouls be called from main thr, no need to synchronize +/// 0->1 - call glfwInit, 1->0 call glfwTerminate; glfw{Init,Terminate} should be called from main thr, thus no need to synchronize int glfw_init_count; std::unordered_map commandline_params;