Skip to content

Commit 048de03

Browse files
committed
Merge pull request #154 from jontelang/master
Spelling mistakes
2 parents 9f6f62b + 19f228a commit 048de03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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}")

docs/IndexInvalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ user:
9797
This rule does not imply that indices should be cheap to convert to actual
9898
integers. The offsets for consecutive elements could be non-consecutive
9999
(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
101101
tree).
102102

103103
Note that this rule, like all other rules, is an "as if" rule. As long as

0 commit comments

Comments
 (0)