]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Nov 2018 01:05:00 +0000 (01:05 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Nov 2018 01:05:00 +0000 (01:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345805 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/CompilerInstance.cpp

index d179cef49bcba0568b73a0af42283ac01b39367b..ea424bb89e8ac45fc51cc7ee6169ac745ceaee3f 100644 (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.