Add missing 'd'.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 2 Apr 2012 13:02:57 +0000 (13:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 2 Apr 2012 13:02:57 +0000 (13:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153872 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/Dominators.h

index 204b34ebffc2ef55775579a56d8620790fd59060..6a2db8a775dbcd3b160364d31006288bcc0d2bf0 100644 (file)
@@ -686,7 +686,7 @@ public:
   }
 };
 
-// These two functions are declare out of line as a workaround for building
+// These two functions are declared out of line as a workaround for building
 // with old (< r147295) versions of clang because of pr11642.
 template<class NodeT>
 bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) {