From 16d00051fc323bc0fed696854d2e9e0f81cffd24 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 31 Mar 2013 21:47:34 +0000 Subject: Type triky -> tricky git-svn-id: file:///var/svn/2013-gpudataviz/trunk@29 371a6b4a-a258-45f8-9dcc-bdd82ce0ac9d --- src/opencl_mesh_kit.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opencl_mesh_kit.hpp') diff --git a/src/opencl_mesh_kit.hpp b/src/opencl_mesh_kit.hpp index b18603b..5efd30e 100644 --- a/src/opencl_mesh_kit.hpp +++ b/src/opencl_mesh_kit.hpp @@ -11,7 +11,7 @@ class OpenCLMeshKit { public: - //RAII is violated but it is really triky to do differently + //RAII is violated but it is really tricky to do differently cl_int initCL(intptr_t gl_display, intptr_t gl_context, intptr_t gl_vbo, size_t meshWidth, size_t meshHeight, size_t groupSize); cl_int compileKernels(const char source[], size_t sourceLen); cl_int execKernel(std::string kernelName, float karg_time); -- cgit v1.2.3