summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Analysis/BugReporter.cpp')
-rw-r--r--clang/lib/Analysis/BugReporter.cpp2
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;
}
OpenPOWER on IntegriCloud