Fix a spello in a comment.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 21:24:10 +0000 (21:24 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 7 Jun 2006 21:24:10 +0000 (21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28714 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnroll.cpp

index a9dba4bb5ef115520223888e04a8e8e15ab5118b..4f2a0e0b62e049dda945b5d34261c1eee4912d8f 100644 (file)
@@ -213,7 +213,7 @@ bool LoopUnroll::visitLoop(Loop *L) {
 
     // We don't want to reprocess entries with PHI nodes in them.  For this
     // reason, we look at each operand of each user exactly once, performing the
-    // stubstitution exactly once.
+    // substitution exactly once.
     for (std::set<User*>::iterator UI = Users.begin(), E = Users.end(); UI != E;
          ++UI) {
       Instruction *I = cast<Instruction>(*UI);