Fix typo.
authorDevang Patel <dpatel@apple.com>
Wed, 26 Nov 2008 18:13:11 +0000 (18:13 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 26 Nov 2008 18:13:11 +0000 (18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60111 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopPass.h

index af6a6177c1b05157103005beccfd438ed6f947a7..638a55d3b6057a3b339399b366f1a556b42080c2 100644 (file)
@@ -123,7 +123,7 @@ public:
   // Delete loop from the loop queue and loop nest (LoopInfo).
   void deleteLoopFromQueue(Loop *L);
   
-  // Inset loop into the loop nest(LoopInfo) and loop queue(LQ).
+  // Insert loop into the loop nest(LoopInfo) and loop queue(LQ).
   void insertLoop(Loop *L, Loop *ParentLoop);
 
   // Reoptimize this loop. LPPassManager will re-insert this loop into the