mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Typo fixes
This commit is contained in:
@@ -178,7 +178,7 @@ REPLCompletions::REPLCompletions()
|
||||
// Create a CodeCompletionConsumer.
|
||||
Consumer.reset(new REPLCodeCompletionConsumer(*this));
|
||||
|
||||
// Cerate a factory for code completion callbacks that will feed the
|
||||
// Create a factory for code completion callbacks that will feed the
|
||||
// Consumer.
|
||||
CompletionCallbacksFactory.reset(
|
||||
ide::makeCodeCompletionCallbacksFactory(CompletionContext,
|
||||
|
||||
@@ -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