summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LazyCallGraph.cpp
diff options
context:
space:
mode:
authorMalcolm Parsons <malcolm.parsons@gmail.com>2018-01-24 10:33:39 +0000
committerMalcolm Parsons <malcolm.parsons@gmail.com>2018-01-24 10:33:39 +0000
commit21e545d08d2c6a167da0200b2d642e66e838fac7 (patch)
tree35003fa2e06b0069758e3a7b67dcca016a55340b /llvm/lib/Analysis/LazyCallGraph.cpp
parent1cb9431e690c41a2ac7246a8c319fcc6161dca23 (diff)
downloadbcm5719-llvm-21e545d08d2c6a167da0200b2d642e66e838fac7.tar.gz
bcm5719-llvm-21e545d08d2c6a167da0200b2d642e66e838fac7.zip
Fix typos of occurred and occurrence
llvm-svn: 323318
Diffstat (limited to 'llvm/lib/Analysis/LazyCallGraph.cpp')
-rw-r--r--llvm/lib/Analysis/LazyCallGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyCallGraph.cpp b/llvm/lib/Analysis/LazyCallGraph.cpp
index 54299d078be..abd47c0bc79 100644
--- a/llvm/lib/Analysis/LazyCallGraph.cpp
+++ b/llvm/lib/Analysis/LazyCallGraph.cpp
@@ -1294,7 +1294,7 @@ LazyCallGraph::RefSCC::removeInternalRefEdge(Node &SourceN,
// Otherwise we create a collection of new RefSCC nodes and build
// a radix-sort style map from postorder number to these new RefSCCs. We then
- // append SCCs to each of these RefSCCs in the order they occured in the
+ // append SCCs to each of these RefSCCs in the order they occurred in the
// original SCCs container.
for (int i = 0; i < PostOrderNumber; ++i)
Result.push_back(G->createRefSCC(*G));
OpenPOWER on IntegriCloud