[llvm-commits] [llvm] r40898 - /llvm/trunk/lib/Transforms/Scalar/LowerGC.cpp
David Greene
greened at obbligato.org
Tue Aug 7 09:52:03 PDT 2007
Author: greened
Date: Tue Aug 7 11:52:03 2007
New Revision: 40898
URL: http://llvm.org/viewvc/llvm-project?rev=40898&view=rev
Log:
Fix comment typo
Modified:
llvm/trunk/lib/Transforms/Scalar/LowerGC.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LowerGC.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LowerGC.cpp?rev=40898&r1=40897&r2=40898&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LowerGC.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LowerGC.cpp Tue Aug 7 11:52:03 2007
@@ -201,7 +201,7 @@
// 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.
More information about the llvm-commits
mailing list