mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Typo fixes
This commit is contained in:
@@ -167,7 +167,7 @@ static bool swiftCodeCompleteImpl(SwiftLangSupport &Lang,
|
||||
auto swiftCache = Lang.getCodeCompletionCache(); // Pin the cache.
|
||||
ide::CodeCompletionContext CompletionContext(swiftCache->getCache());
|
||||
|
||||
// Cerate a factory for code completion callbacks that will feed the
|
||||
// Create a factory for code completion callbacks that will feed the
|
||||
// Consumer.
|
||||
std::unique_ptr<CodeCompletionCallbacksFactory> CompletionCallbacksFactory(
|
||||
ide::makeCodeCompletionCallbacksFactory(CompletionContext,
|
||||
|
||||
Reference in New Issue
Block a user