From 07e84cae983c08afdba03018413a19d01abb3006 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 18 Jan 2015 23:31:37 +0100 Subject: Fix typo comments Resouce->Resource Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- opencl/source/openclwrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opencl') diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx index 613e503e5cc8..64a84cd78ee5 100644 --- a/opencl/source/openclwrapper.cxx +++ b/opencl/source/openclwrapper.cxx @@ -245,7 +245,7 @@ bool generatBinFromKernelSource( cl_program program, const char * clFileName ) } } - // Release all resouces and memory + // Release all resources and memory for ( size_t i = 0; i < numDevices; i++ ) { delete[] binaries[i]; -- cgit