Fix typo in comment.

llvm-svn: 345805
This commit is contained in:
Richard Smith 2018-11-01 01:05:00 +00:00
parent 6940328d02
commit 2902989774
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ static void InitializeFileRemapping(DiagnosticsEngine &Diags,
void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) {
const PreprocessorOptions &PPOpts = getPreprocessorOpts();
// The module manager holds a reference to the old prepreocssor (if any).
// The module manager holds a reference to the old preprocessor (if any).
ModuleManager.reset();
// Create a PTH manager if we are using some form of a token cache.