Skip to content

Commit 59e8db5

Browse files
Typo: with -> will
1 parent 84a0c57 commit 59e8db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ endif()
272272
if(LLVM_LIBC_ENABLE_LINTING)
273273
if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
274274
set(LLVM_LIBC_ENABLE_LINTING OFF)
275-
message(WARNING "C++ compiler is not clang++, linting with be disabled.")
275+
message(WARNING "C++ compiler is not clang++, linting will be disabled.")
276276
else()
277277
if (NOT LLVM_LIBC_CLANG_TIDY)
278278
find_program(LLVM_LIBC_CLANG_TIDY NAMES clang-tidy)

0 commit comments

Comments
 (0)