Skip to content

[libc][NFC] fix typo in fenv type proxy headers #88982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

michaelrj-google
Copy link
Contributor

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

libc.incude.fenv ->
libc.include.fenv
@llvmbot llvmbot added the libc label Apr 16, 2024
@llvmbot
Copy link
Member

llvmbot commented Apr 16, 2024

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

Changes

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 --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
 )

Copy link
Member

@nickdesaulniers nickdesaulniers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Fixes: #88815

@michaelrj-google michaelrj-google merged commit b1385db into llvm:main Apr 16, 2024
@michaelrj-google michaelrj-google deleted the libcFenvTypo branch April 16, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants