[libc-commits] [libc] b1385db - [libc][NFC] fix typo in fenv type proxy headers (#88982)
via libc-commits
libc-commits at lists.llvm.org
Tue Apr 16 14:39:46 PDT 2024
Author: Michael Jones
Date: 2024-04-16T14:39:43-07:00
New Revision: b1385dbd98e877a374ce303fd9d1774faf98e31b
URL: https://github.com/llvm/llvm-project/commit/b1385dbd98e877a374ce303fd9d1774faf98e31b
DIFF: https://github.com/llvm/llvm-project/commit/b1385dbd98e877a374ce303fd9d1774faf98e31b.diff
LOG: [libc][NFC] fix typo in fenv type proxy headers (#88982)
libc.incude.fenv ->
libc.include.fenv
Added:
Modified:
libc/hdr/types/CMakeLists.txt
Removed:
################################################################################
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
)
More information about the libc-commits
mailing list