Fix typo from r206232

llvm-svn: 206234
This commit is contained in:
Richard Trieu 2014-04-15 01:06:38 +00:00
parent c6fa5db747
commit e729d9b598
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ CFG *AnalysisDeclContext::getCFG() {
if (PM)
addParentsForSyntheticStmts(cfg.get(), *PM);
// The Obersver should only observe one build of the CFG.
// The Observer should only observe one build of the CFG.
getCFGBuildOptions().Observer = 0;
}
return cfg.get();
@ -209,7 +209,7 @@ CFG *AnalysisDeclContext::getUnoptimizedCFG() {
if (PM)
addParentsForSyntheticStmts(completeCFG.get(), *PM);
// The Obersver should only observe one build of the CFG.
// The Observer should only observe one build of the CFG.
getCFGBuildOptions().Observer = 0;
}
return completeCFG.get();