Fix comment typo

llvm-svn: 40898
This commit is contained in:
David Greene 2007-08-07 16:52:03 +00:00
parent 816a190cdf
commit bacdbaa0da
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ bool LowerGC::runOnFunction(Function &F) {
// It sure would be nice to pass op_begin()+1,
// op_begin()+2 but it runs into trouble with
// CallInst::init's &*ierator, which requires a
// CallInst::init's &*iterator, which requires a
// conversion from Use* to Value*. The conversion
// from Use to Value * is not useful because the
// memory for Value * won't be contiguous.