mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user