pipes: Fix typos in skip messages (#1523)

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt
2022-10-03 22:09:05 +01:00
committed by GitHub
parent 28e76e532a
commit 18825769e5
2 changed files with 30 additions and 17 deletions

View File

@@ -114,9 +114,8 @@ int test_pipe_subgroups_divergence(cl_device_id deviceID, cl_context context, cl
if (!is_extension_available(deviceID, "cl_khr_subgroups"))
{
log_info(
"cl_khr_subgroups is not supported on this platoform. Skipping "
"test.\n");
log_info("cl_khr_subgroups is not supported on this platform. Skipping "
"test.\n");
return CL_SUCCESS;
}