File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class DependencyScanningTool {
31
31
// / Construct a dependency scanning tool.
32
32
DependencyScanningTool ();
33
33
34
- // / Collect the full module depenedency graph for the input, ignoring any
34
+ // / Collect the full module dependency graph for the input, ignoring any
35
35
// / placeholder modules.
36
36
// /
37
37
// / \returns a \c StringError with the diagnostic output if errors
@@ -47,11 +47,11 @@ class DependencyScanningTool {
47
47
llvm::ErrorOr<swiftscan_import_set_t >
48
48
getImports (ArrayRef<const char *> Command);
49
49
50
- // / Collect the full module depenedency graph for the input collection of
50
+ // / Collect the full module dependency graph for the input collection of
51
51
// / module names (batch inputs) and output them to the
52
52
// / BatchScanInput-specified output locations.
53
53
// /
54
- // / \returns a \c std::error_code if errors occured during scan.
54
+ // / \returns a \c std::error_code if errors occurred during scan.
55
55
std::vector<llvm::ErrorOr<swiftscan_dependency_graph_t >>
56
56
getDependencies (ArrayRef<const char *> Command,
57
57
const std::vector<BatchScanInput> &BatchInput,
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ class SyntaxData final : public SyntaxDataRef {
296
296
297
297
~SyntaxData () {
298
298
assert (RefCount == 0 &&
299
- " Destruction occured when there are still references to this." );
299
+ " Destruction occurred when there are still references to this." );
300
300
if (auto Parent = getParent ()) {
301
301
Parent->Release ();
302
302
}
You can’t perform that action at this time.
0 commit comments