Fix a few typos and remove unused code (#1041)

Fixes #845
Fixes #844

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit
2020-11-06 11:24:15 +00:00
committed by GitHub
parent 46fead41f4
commit c8163e931f
3 changed files with 2 additions and 62 deletions

View File

@@ -203,7 +203,7 @@ int test_event_enqueue_wait_for_events_run_test( cl_device_id deviceID, cl_conte
// then incremented to 5s, repeatedly. Otherwise the values may be 2s (if the first one doesn't work) or 8s
// (if the second one doesn't work).
if (RANDOMIZE)
log_info("Queues chosen randomly for each kernel exection.\n");
log_info("Queues chosen randomly for each kernel execution.\n");
else
log_info("Queues chosen alternatily for each kernel execution.\n");