[Openmp-commits] [openmp] [OpenMP] Fix typo (NFC) (PR #80332)

Kelvin Li via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 1 12:09:19 PST 2024


https://github.com/kkwli created https://github.com/llvm/llvm-project/pull/80332

None

>From 3be2821fbcfb8e205ef70c75e09185dbfc715d33 Mon Sep 17 00:00:00 2001
From: Kelvin Li <kli at ca.ibm.com>
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 f5fc3b6211109..3cc2b8512b77f 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



More information about the Openmp-commits mailing list