From 3be2821fbcfb8e205ef70c75e09185dbfc715d33 Mon Sep 17 00:00:00 2001 From: Kelvin Li Date: Thu, 1 Feb 2024 15:06:05 -0500 Subject: [PATCH] [OpenMP] Fix typo (NFC) --- 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