]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix a typo. Thanks Jordan.
authorAnna Zaks <ganna@apple.com>
Fri, 3 Aug 2012 18:30:20 +0000 (18:30 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 3 Aug 2012 18:30:20 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161249 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/PathDiagnostic.cpp

index b4c9068784f59d386181eb773997b170a98986ed..bd898f27d6f5e54a6e24cdc1b61782dc6b602509 100644 (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();