Skip to content

Commit 19f228a

Browse files
committed
Fix spelling error (mathing >> matching)
1 parent 2bd6db6 commit 19f228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ if(NOT EXISTS "${CLANG_MAIN_INCLUDE_DIR}/clang/AST/Decl.h")
289289
endif()
290290

291291
# This could be computed using ${CMAKE_CFG_INTDIR} if we want to link Swift
292-
# against a mathing LLVM build configuration. However, we usually want to be
292+
# against a matching LLVM build configuration. However, we usually want to be
293293
# flexible and allow linking a debug Swift against optimized LLVM.
294294
set(LLVM_RUNTIME_OUTPUT_INTDIR "${LLVM_BINARY_DIR}")
295295
set(LLVM_LIBRARY_OUTPUT_INTDIR "${LLVM_LIBRARY_DIR}")

0 commit comments

Comments
 (0)