Fix typo
authorTobias Grosser <tobias@grosser.es>
Sun, 16 Nov 2014 21:19:35 +0000 (21:19 +0000)
committerTobias Grosser <tobias@grosser.es>
Sun, 16 Nov 2014 21:19:35 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222110 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolutionExpressions.h

index 2f1b1c3841f35e1b60c096f3a30a282f9aa843bf..ee0885b4fa3436be52639512260efc1e718049d8 100644 (file)
@@ -624,7 +624,7 @@ namespace llvm {
     }
   };
 
-  /// Use SCEVTraversal to visit all nodes in the givien expression tree.
+  /// Use SCEVTraversal to visit all nodes in the given expression tree.
   template<typename SV>
   void visitAll(const SCEV *Root, SV& Visitor) {
     SCEVTraversal<SV> T(Visitor);