typo kernal -> kernel

This commit is contained in:
erwin.coumans
2010-08-27 00:36:12 +00:00
parent 8e087a0666
commit 33ddc450b4

View File

@@ -1219,7 +1219,7 @@ void btOpenCLSoftBodySolver::copySoftBodyToVertexBuffer( const btSoftBody * cons
cl_kernel btOpenCLSoftBodySolver::compileCLKernelFromString( const char* kernelSource, const char* kernelName )
{
printf("compiling kernalName: %s ",kernelName);
printf("compiling kernelName: %s ",kernelName);
cl_kernel kernel;
cl_int ciErrNum;
size_t program_length = strlen(kernelSource);