commit | 6b0c6eb4f9aca67d1478a0fc9c971d8ef7840d18 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue Sep 15 03:28:00 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue Sep 15 03:28:00 2009 +0000 |
tree | 2976a676ac33354ff70c36a0c69cdbf9c8e573a9 | |
parent | e2b5744f9a8a08129f1d51e99410a3f3cdda0c91 [diff] [blame] |
Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81825 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/BugReporter.cpp b/lib/Analysis/BugReporter.cpp index f8888c7..38e9828 100644 --- a/lib/Analysis/BugReporter.cpp +++ b/lib/Analysis/BugReporter.cpp
@@ -1727,7 +1727,7 @@ } } - // 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; }