diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-09-15 03:28:00 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-09-15 03:28:00 +0000 |
commit | 3413f277d04f3d83c37023bb1babb6ed1875c113 (patch) | |
tree | 0ba2867127ec9684b324df9d2484587032e1f532 /clang/lib/Analysis/BugReporter.cpp | |
parent | 170c116aa729149d5a4af5f7056559c250bcb3f3 (diff) | |
download | bcm5719-llvm-3413f277d04f3d83c37023bb1babb6ed1875c113.tar.gz bcm5719-llvm-3413f277d04f3d83c37023bb1babb6ed1875c113.zip |
Fix typo in comment.
llvm-svn: 81825
Diffstat (limited to 'clang/lib/Analysis/BugReporter.cpp')
-rw-r--r-- | clang/lib/Analysis/BugReporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/BugReporter.cpp b/clang/lib/Analysis/BugReporter.cpp index f8888c7ba2e..38e982888ed 100644 --- a/clang/lib/Analysis/BugReporter.cpp +++ b/clang/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; } |