[gardening] Fix recently introduced typos.

This commit is contained in:
practicalswift
2016-07-24 22:32:40 +02:00
parent 7b2f91aad8
commit 7e89679404
22 changed files with 33 additions and 33 deletions

View File

@@ -79,7 +79,7 @@ public:
SourceTextInfo Info;
// This is the non-typechecked AST for the generated interface source.
CompilerInstance TextCI;
// Syncronize access to the embedded compiler instance (if we don't have an
// Synchronize access to the embedded compiler instance (if we don't have an
// ASTUnit).
WorkQueue Queue{WorkQueue::Dequeuing::Serial,
"sourcekit.swift.InterfaceGenContext"};