summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-09-10 22:25:58 +0000
committerGabor Greif <ggreif@gmail.com>2010-09-10 22:25:58 +0000
commite2d50046fd29cb3eb2483e080cb7c39b460fbb19 (patch)
tree6e7feb856761d4ae500c525cb0a94f661525b0ac /include/llvm/Analysis
parent401e2d3386219ac2e5cf734334fcbf99ccfc8634 (diff)
downloadllvm-e2d50046fd29cb3eb2483e080cb7c39b460fbb19.tar.gz
llvm-e2d50046fd29cb3eb2483e080cb7c39b460fbb19.tar.bz2
llvm-e2d50046fd29cb3eb2483e080cb7c39b460fbb19.tar.xz
typoes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/Dominators.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h
index 73c6e6286b..57a5b2a6f4 100644
--- a/include/llvm/Analysis/Dominators.h
+++ b/include/llvm/Analysis/Dominators.h
@@ -509,7 +509,7 @@ public:
}
/// eraseNode - Removes a node from the dominator tree. Block must not
- /// domiante any other blocks. Removes node from its immediate dominator's
+ /// dominate any other blocks. Removes node from its immediate dominator's
/// children list. Deletes dominator node associated with basic block BB.
void eraseNode(NodeT *BB) {
DomTreeNodeBase<NodeT> *Node = getNode(BB);
@@ -807,7 +807,7 @@ public:
}
/// eraseNode - Removes a node from the dominator tree. Block must not
- /// domiante any other blocks. Removes node from its immediate dominator's
+ /// dominate any other blocks. Removes node from its immediate dominator's
/// children list. Deletes dominator node associated with basic block BB.
inline void eraseNode(BasicBlock *BB) {
DT->eraseNode(BB);