Skip to content

Commit

Permalink
[libc][NFC] fix typo in fenv type proxy headers (#88982)
Browse files Browse the repository at this point in the history
libc.incude.fenv ->
libc.include.fenv
  • Loading branch information
michaelrj-google committed Apr 16, 2024
1 parent 3074060 commit b1385db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libc/hdr/types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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
)

0 comments on commit b1385db

Please sign in to comment.