Fix typo in comment.

llvm-svn: 81825
This commit is contained in:
Ted Kremenek 2009-09-15 03:28:00 +00:00
parent 170c116aa7
commit 3413f277d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}