[libc-commits] [libc] [libc][NFC] fix typo in fenv type proxy headers (PR #88982)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Apr 16 13:43:02 PDT 2024
https://github.com/michaelrj-google created https://github.com/llvm/llvm-project/pull/88982
libc.incude.fenv ->
libc.include.fenv
>From baf8050a1c7cfa25994bd68896a664bc70bf3b55 Mon Sep 17 00:00:00 2001
From: Michael Jones <michaelrj at google.com>
Date: Tue, 16 Apr 2024 13:42:03 -0700
Subject: [PATCH] [libc][NFC] fix typo in fenv type proxy headers
libc.incude.fenv ->
libc.include.fenv
---
libc/hdr/types/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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