From aa918756e83448f0a0a979671b2ea7850635dcd2 Mon Sep 17 00:00:00 2001 From: Jacob Lambert Date: Mon, 16 Sep 2024 11:07:18 -0700 Subject: [PATCH] SWDEV-477039 - Fix spelling typos Change-Id: Ia46e07ec0a001b7e19bec999597028acd4ee7077 [ROCm/clr commit: 805462a77bfa7d7f14f2b2d7e54129200147e1b2] --- projects/clr/hipamd/hip-config-amd.cmake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/hip-config-amd.cmake.in b/projects/clr/hipamd/hip-config-amd.cmake.in index 1d448727db..1cc8d2751f 100755 --- a/projects/clr/hipamd/hip-config-amd.cmake.in +++ b/projects/clr/hipamd/hip-config-amd.cmake.in @@ -96,12 +96,12 @@ if(NOT GPU_TARGETS) if(AMDGPU_ARCH_ERROR) message(AUTHOR_WARNING - " GPU_TARGETS was not set, and system GPU detection was unsuccsesful.\n \n" + " GPU_TARGETS was not set, and system GPU detection was unsuccsessful.\n \n" " The amdgpu-arch tool failed:\n" " Error: '${AMDGPU_ARCH_ERROR}'\n" " Output: '${AMDGPU_ARCH_OUTPUT}'\n \n" - " As a result, --offload-arch will not be set for subsuqent\n" + " As a result, --offload-arch will not be set for subsequent\n" " compilations, and the default architecture\n" " (gfx906 for dynamic build / gfx942 for static build) will be used\n") else()