Fix a spello in a comment.

llvm-svn: 28714
This commit is contained in:
Reid Spencer 2006-06-07 21:24:10 +00:00
parent 1707fcb7db
commit d4b795902c
1 changed files with 1 additions and 1 deletions

View 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);