Fix typos

This commit is contained in:
practicalswift
2015-12-25 13:48:47 +01:00
parent fc9887fa6a
commit 22e10737e2
53 changed files with 64 additions and 64 deletions

View File

@@ -2825,7 +2825,7 @@ void SwiftLangSupport::editorOpen(StringRef Name, llvm::MemoryBuffer *Buf,
EditorDoc->parse(Snapshot, *this);
if (EditorDocuments.getOrUpdate(Name, *this, EditorDoc)) {
// Document already exists, re-initialize it. This should only happen
// if we get OPEN request while the prevous document is not closed.
// if we get OPEN request while the previous document is not closed.
LOG_WARN_FUNC("Document already exists in editorOpen(..): " << Name);
Snapshot = nullptr;
}