summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2013-03-31 21:47:34 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2013-03-31 21:47:34 +0000
commit16d00051fc323bc0fed696854d2e9e0f81cffd24 (patch)
tree5b59f1422da281d82da287f9223a22fe9c803b30
parent47d0dbacaab00319ef039011096a5dfacbd83618 (diff)
download2013-gpudataviz-16d00051fc323bc0fed696854d2e9e0f81cffd24.tar.gz
2013-gpudataviz-16d00051fc323bc0fed696854d2e9e0f81cffd24.tar.bz2
2013-gpudataviz-16d00051fc323bc0fed696854d2e9e0f81cffd24.zip
Type triky -> tricky
git-svn-id: file:///var/svn/2013-gpudataviz/trunk@29 371a6b4a-a258-45f8-9dcc-bdd82ce0ac9d
-rw-r--r--src/opencl_mesh_kit.hpp2
1 files changed, 1 insertions, 1 deletions
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);