semaphore: fix mistyped "platform" in log messages (#2128)

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt
2024-10-29 01:03:12 +01:00
committed by GitHub
parent 899cbf5cd2
commit 6337d9be46
2 changed files with 13 additions and 13 deletions

View File

@@ -323,7 +323,7 @@ struct CreateImportExternalWithInvalidDevice : public SemaphoreTestBase
{
log_info(
"cl_khr_external_semaphore_opaque_fd is not supported on this "
"platoform. Skipping test.\n");
"platform. Skipping test.\n");
return TEST_SKIPPED_ITSELF;
}
@@ -485,7 +485,7 @@ struct CreateInvalidValue : public SemaphoreTestBase
{
log_info("cl_khr_external_semaphore_opaque_fd is not supported "
"on this "
"platoform. Skipping test.\n");
"platform. Skipping test.\n");
return TEST_SKIPPED_ITSELF;
}
@@ -528,7 +528,7 @@ struct CreateInvalidOperation : public SemaphoreTestBase
{
log_info(
"cl_khr_external_semaphore_opaque_fd is not supported on this "
"platoform. Skipping test.\n");
"platform. Skipping test.\n");
return TEST_SKIPPED_ITSELF;
}