[analyzer] Fix a typo. Thanks Jordan.

llvm-svn: 161249
This commit is contained in:
Anna Zaks 2012-08-03 18:30:20 +00:00
parent 52242a6677
commit 4bd96c4469
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
if (PathDiagnostic *orig = Diags.FindNodeOrInsertPos(profile, InsertPos)) {
// Keep the PathDiagnostic with the shorter path.
// Note, the enclosing rutine is called in deterministic order, so the
// Note, the enclosing routine is called in deterministic order, so the
// results will be consistent between runs (no reason to break ties if the
// size is the same).
const unsigned orig_size = orig->full_size();