[llvm-commits] [llvm] r153872 - /llvm/trunk/include/llvm/Analysis/Dominators.h

Rafael Espindola rafael.espindola at gmail.com
Mon Apr 2 06:02:57 PDT 2012


Author: rafael
Date: Mon Apr  2 08:02:57 2012
New Revision: 153872

URL: http://llvm.org/viewvc/llvm-project?rev=153872&view=rev
Log:
Add missing 'd'.

Modified:
    llvm/trunk/include/llvm/Analysis/Dominators.h

Modified: llvm/trunk/include/llvm/Analysis/Dominators.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/Dominators.h?rev=153872&r1=153871&r2=153872&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/Dominators.h (original)
+++ llvm/trunk/include/llvm/Analysis/Dominators.h Mon Apr  2 08:02:57 2012
@@ -686,7 +686,7 @@
   }
 };
 
-// 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) {





More information about the llvm-commits mailing list