[libc-commits] [libc] [libc][NFC] fix typo in fenv type proxy headers (PR #88982)

via libc-commits libc-commits at lists.llvm.org
Tue Apr 16 13:43:32 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

<details>
<summary>Changes</summary>

libc.incude.fenv ->
libc.include.fenv


---
Full diff: https://github.com/llvm/llvm-project/pull/88982.diff


1 Files Affected:

- (modified) libc/hdr/types/CMakeLists.txt (+2-2) 


``````````diff
diff --git a/libc/hdr/types/CMakeLists.txt b/libc/hdr/types/CMakeLists.txt
index ecb952b60cc061..f53766777e7530 100644
--- a/libc/hdr/types/CMakeLists.txt
+++ b/libc/hdr/types/CMakeLists.txt
@@ -28,7 +28,7 @@ add_proxy_header_library(
     fenv_t.h
   FULL_BUILD_DEPENDS
     libc.include.llvm-libc-types.fenv_t
-    libc.incude.fenv
+    libc.include.fenv
 )
 
 add_proxy_header_library(
@@ -37,5 +37,5 @@ add_proxy_header_library(
     fexcept_t.h
   FULL_BUILD_DEPENDS
     libc.include.llvm-libc-types.fexcept_t
-    libc.incude.fenv
+    libc.include.fenv
 )

``````````

</details>


https://github.com/llvm/llvm-project/pull/88982


More information about the libc-commits mailing list