From bd71510eaa534f88a390888fd10b4e43104a0733 Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Mon, 23 Aug 2021 18:17:20 -0500 Subject: [PATCH] Minor spelling fix in comments. Change-Id: Ia99ac3f75444675be48b3d965552fab79da37c92 [ROCm/ROCR-Runtime commit: 76e6ff0411b90e9e52911938887fde337a70b80f] --- projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index 1b830e0baa..a8b5fe54fb 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -327,7 +327,7 @@ install ( EXPORT ${CORE_RUNTIME_NAME}Targets # Adds the target alias hsa-runtime64::hsa-runtime64 to the local cmake cache. # This isn't necessary today. It's harmless preparation for some -# hypothetical future in which the we might be inluded by add_subdirectory() +# hypothetical future in which the we might be included by add_subdirectory() # in some other project's cmake file. It allows uniform use of find_package # and target_link_library() without regard to whether a target is external or # a subdirectory of the current build.