From 788ef15d489e83e28f0daecedc8e7791b96b635f Mon Sep 17 00:00:00 2001 From: boufaras Date: Mon, 29 Nov 2010 10:50:00 +0000 Subject: [PATCH] add & git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2010 331e1502-861f-0410-8da2-ba01fb791d7f --- ParadisEO-GPU/src/memory/moCudaAllocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParadisEO-GPU/src/memory/moCudaAllocator.h b/ParadisEO-GPU/src/memory/moCudaAllocator.h index 889c3de6d..008f65218 100644 --- a/ParadisEO-GPU/src/memory/moCudaAllocator.h +++ b/ParadisEO-GPU/src/memory/moCudaAllocator.h @@ -65,7 +65,7 @@ public: //Allocate data in GPU memory CUDA_SAFE_CALL(cudaMalloc((void**) &_data, _dataSize * sizeof(T))); - // Check if data allocation was failed + // Check if data allocation is failed CUT_CHECK_ERROR("Allocation of data on GPU global memory failed"); }