[libc-commits] [libc] cca8e1e - [libc][NFC] Fix typo in CMakeLists documentation

via libc-commits libc-commits at lists.llvm.org
Fri Dec 3 04:52:13 PST 2021


Author: Guillaume Chatelet
Date: 2021-12-03T13:52:09+01:00
New Revision: cca8e1e415c89358841693967f9e013da2eb9c44

URL: https://github.com/llvm/llvm-project/commit/cca8e1e415c89358841693967f9e013da2eb9c44
DIFF: https://github.com/llvm/llvm-project/commit/cca8e1e415c89358841693967f9e013da2eb9c44.diff

LOG: [libc][NFC] Fix typo in CMakeLists documentation

Added: 
    

Modified: 
    libc/src/math/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/src/math/CMakeLists.txt b/libc/src/math/CMakeLists.txt
index fe78071a03005..b9ad660d1e57f 100644
--- a/libc/src/math/CMakeLists.txt
+++ b/libc/src/math/CMakeLists.txt
@@ -5,7 +5,7 @@ endif()
 
 function(add_math_entrypoint_object name)
   # We prefer machine specific implementation if available. Hence we check
-  # that first and retrun early if we are able to add an alias target for the
+  # that first and return early if we are able to add an alias target for the
   # machine specific implementation.
   get_fq_target_name("${LIBC_TARGET_ARCHITECTURE}.${name}" fq_machine_specific_target_name)
   if(TARGET ${fq_machine_specific_target_name})


        


More information about the libc-commits mailing list