Browse Source

fix comment

Samuel Thibault 10 years ago
parent
commit
c6704ae6f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/opencl/driver_opencl.c

+ 1 - 1
src/drivers/opencl/driver_opencl.c

@@ -652,7 +652,7 @@ int _starpu_opencl_driver_init(struct _starpu_worker *worker)
 	{
 		/* We need non-blocking drivers, to poll for OPENCL task
 		 * termination */
-		_STARPU_DISP("Warning: reducing STARPU_OPENCL_PIPELINE to 0 because blocking drivers are not enabled (and simgrid is not enabled)\n");
+		_STARPU_DISP("Warning: reducing STARPU_OPENCL_PIPELINE to 0 because blocking drivers are enabled (and simgrid is not enabled)\n");
 		worker->pipeline_length = 0;
 	}
 #endif