summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/poc_c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/poc_c/main.c b/tests/poc_c/main.c
index 5aef940..55acfbf 100644
--- a/tests/poc_c/main.c
+++ b/tests/poc_c/main.c
@@ -276,7 +276,7 @@ int main(int argc, char *argv[]) {
commandQueue = clCreateCommandQueue(cl_ctx,device,0,&res);
if ( res!=CL_SUCCESS ) {
- fputs ("Failed to clCreateContext()\n", stderr);
+ fputs ("Failed to clCreateCommandQueue()\n", stderr);
continue;
}