From 016d569f8681ff3e691cb995451d0e33a9245ccc 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345805 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/CompilerInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Frontend/CompilerInstance.cpp b/lib/Frontend/CompilerInstance.cpp index d179cef49b..ea424bb89e 100644 --- a/lib/Frontend/CompilerInstance.cpp +++ b/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. -- 2.50.1