diff --git a/core/unit_test/TestViewAPI_d.hpp b/core/unit_test/TestViewAPI_d.hpp index e4751771a0..08d21f5449 100644 --- a/core/unit_test/TestViewAPI_d.hpp +++ b/core/unit_test/TestViewAPI_d.hpp @@ -28,7 +28,7 @@ TEST(TEST_CATEGORY, view_api_d) { TEST(TEST_CATEGORY, view_allocation_error) { #if ((HIP_VERSION_MAJOR == 5) && (HIP_VERSION_MINOR == 3)) - GTEST_SKIP() << "ROCm 5.3 segfaults when trying to allocate too much memor"; + GTEST_SKIP() << "ROCm 5.3 segfaults when trying to allocate too much memory"; #endif TestViewAPI::run_test_error(); }