From: Alexander Karsakov Date: Thu, 6 Mar 2014 07:16:38 +0000 (+0400) Subject: Clarifying comments X-Git-Tag: accepted/tizen/ivi/20140515.103456~1^2~48^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=806e9241a6c0255cde117e24e3a9de6fd315443e;p=profile%2Fivi%2Fopencv.git Clarifying comments --- diff --git a/modules/ocl/src/cl_context.cpp b/modules/ocl/src/cl_context.cpp index 4edf1f7..156fa99 100644 --- a/modules/ocl/src/cl_context.cpp +++ b/modules/ocl/src/cl_context.cpp @@ -598,7 +598,7 @@ protected: #ifdef CL_VERSION_1_2 #ifdef WIN32 // if process is on termination stage (ExitProcess was called and other threads were terminated) - // then disable command queue release because it may cause program hang + // then disable device release because it may cause program hang if (!__termination) #endif { @@ -624,7 +624,7 @@ protected: #ifdef WIN32 // if process is on termination stage (ExitProcess was called and other threads were terminated) - // then disable command queue release because it may cause program hang + // then disable context release because it may cause program hang if (!__termination) #endif {