Fix doxygen comment to match parameters' names.
authorJakub Staszak <kubastaszak@gmail.com>
Thu, 4 Oct 2012 19:10:44 +0000 (19:10 +0000)
committerJakub Staszak <kubastaszak@gmail.com>
Thu, 4 Oct 2012 19:10:44 +0000 (19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165239 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/Dominators.h

index a1cc196eae30ed55a0e5fff76b2f533e7c24c0b2..8940971558a31ed781a6079448b684b5bc2a13a0 100644 (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,