r345805 - Fix typo in comment.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 18:05:00 PDT 2018
Author: rsmith
Date: Wed Oct 31 18:05:00 2018
New Revision: 345805
URL: http://llvm.org/viewvc/llvm-project?rev=345805&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/lib/Frontend/CompilerInstance.cpp
Modified: cfe/trunk/lib/Frontend/CompilerInstance.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CompilerInstance.cpp?rev=345805&r1=345804&r2=345805&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CompilerInstance.cpp (original)
+++ cfe/trunk/lib/Frontend/CompilerInstance.cpp Wed Oct 31 18:05:00 2018
@@ -372,7 +372,7 @@ static void InitializeFileRemapping(Diag
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.
More information about the cfe-commits
mailing list