From 2902989774ff8f5d7211b12dafff7e463a836daf Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 1 Nov 2018 01:05:00 +0000 Subject: [PATCH] Fix typo in comment. llvm-svn: 345805 --- clang/lib/Frontend/CompilerInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index d179cef49bcb..ea424bb89e8a 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -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.