aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-09-15 03:28:00 +0000
committerTed Kremenek <kremenek@apple.com>2009-09-15 03:28:00 +0000
commit6b0c6eb4f9aca67d1478a0fc9c971d8ef7840d18 (patch)
tree2976a676ac33354ff70c36a0c69cdbf9c8e573a9 /lib/Analysis/BugReporter.cpp
parente2b5744f9a8a08129f1d51e99410a3f3cdda0c91 (diff)
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/BugReporter.cpp')
-rw-r--r--lib/Analysis/BugReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/BugReporter.cpp b/lib/Analysis/BugReporter.cpp
index f8888c7ba2..38e982888e 100644
--- a/lib/Analysis/BugReporter.cpp
+++ b/lib/Analysis/BugReporter.cpp
@@ -1727,7 +1727,7 @@ static BugReport *FindReportInEquivalenceClass(BugReportEquivClass& EQ) {
}
}
- // If we reach here, the end nodes for all reports in the equiavalence
+ // If we reach here, the end nodes for all reports in the equivalence
// class are post-dominated by a sink node.
return NULL;
}