From a063df20abeee3513d3577dc41bff7e54159efa5 Mon Sep 17 00:00:00 2001 From: Kelvin Li Date: Thu, 1 Feb 2024 15:13:17 -0500 Subject: [PATCH] [OpenMP] Fix typo (NFC) (#80332) --- openmp/libomptarget/plugins-nextgen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/plugins-nextgen/CMakeLists.txt b/openmp/libomptarget/plugins-nextgen/CMakeLists.txt index f5fc3b6211109a..3cc2b8512b77f6 100644 --- a/openmp/libomptarget/plugins-nextgen/CMakeLists.txt +++ b/openmp/libomptarget/plugins-nextgen/CMakeLists.txt @@ -58,7 +58,7 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "${tmachine}$") "omptarget.rtl.${tmachine_libname}" PRIVATE FFI::ffi) endif() else() - libomptarget_say("Building ${tmachine_libname} plugie for dlopened libffi") + libomptarget_say("Building ${tmachine_libname} plugin for dlopened libffi") target_sources("omptarget.rtl.${tmachine_libname}" PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../generic-elf-64bit/dynamic_ffi/ffi.cpp) target_include_directories("omptarget.rtl.${tmachine_libname}" PRIVATE