Samuel Thibault 11 years ago
parent
commit
e7d7ce19d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/task.c

+ 1 - 1
src/core/task.c

@@ -191,7 +191,7 @@ int starpu_task_wait(struct starpu_task *task)
 
 	if (task->detach || task->synchronous)
 	{
-		_STARPU_DEBUG("Task is detached or asynchronous. Waiting returns immediately\n");
+		_STARPU_DEBUG("Task is detached or synchronous. Waiting returns immediately\n");
 		_STARPU_LOG_OUT_TAG("einval");
 		return -EINVAL;
 	}