[cfe-commits] r161249 - /cfe/trunk/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Anna Zaks
ganna at apple.com
Fri Aug 3 11:30:20 PDT 2012
Author: zaks
Date: Fri Aug 3 13:30:20 2012
New Revision: 161249
URL: http://llvm.org/viewvc/llvm-project?rev=161249&view=rev
Log:
[analyzer] Fix a typo. Thanks Jordan.
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/PathDiagnostic.cpp?rev=161249&r1=161248&r2=161249&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/PathDiagnostic.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/PathDiagnostic.cpp Fri Aug 3 13:30:20 2012
@@ -148,7 +148,7 @@
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();
More information about the cfe-commits
mailing list