summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2018-11-01 01:05:00 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2018-11-01 01:05:00 +0000
commit2902989774ff8f5d7211b12dafff7e463a836daf (patch)
tree0b37ec83e578cd38d1dcccb519fcdf8f646e077b /clang/lib/Frontend/CompilerInstance.cpp
parent6940328d02c6cfa9a801e1ecdc109440ffeedfa6 (diff)
downloadbcm5719-llvm-2902989774ff8f5d7211b12dafff7e463a836daf.tar.gz
bcm5719-llvm-2902989774ff8f5d7211b12dafff7e463a836daf.zip
Fix typo in comment.
llvm-svn: 345805
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index d179cef49bc..ea424bb89e8 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.
OpenPOWER on IntegriCloud