Fix doxygen comment to match parameters' names.

llvm-svn: 165239
This commit is contained in:
Jakub Staszak 2012-10-04 19:10:44 +00:00
parent e076cac097
commit fe5e770c6d
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public:
DomTreeNodeBase<NodeT> *getRootNode() { return RootNode; }
const DomTreeNodeBase<NodeT> *getRootNode() const { return RootNode; }
/// properlyDominates - Returns true iff this dominates N and this != N.
/// properlyDominates - Returns true iff A dominates B and A != B.
/// Note that this is not a constant time operation!
///
bool properlyDominates(const DomTreeNodeBase<NodeT> *A,