File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ if(NOT EXISTS "${CLANG_MAIN_INCLUDE_DIR}/clang/AST/Decl.h")
289
289
endif ()
290
290
291
291
# 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
293
293
# flexible and allow linking a debug Swift against optimized LLVM.
294
294
set (LLVM_RUNTIME_OUTPUT_INTDIR "${LLVM_BINARY_DIR} " )
295
295
set (LLVM_LIBRARY_OUTPUT_INTDIR "${LLVM_LIBRARY_DIR} " )
Original file line number Diff line number Diff line change 97
97
This rule does not imply that indices should be cheap to convert to actual
98
98
integers. The offsets for consecutive elements could be non-consecutive
99
99
(e.g., in a hash table with open addressing), or consist of multiple
100
- offsets so that the conversion to an integer is non-trival (e.g., in a
100
+ offsets so that the conversion to an integer is non-trivial (e.g., in a
101
101
tree).
102
102
103
103
Note that this rule, like all other rules, is an "as if" rule. As long as
You can’t perform that action at this time.
0 commit comments