summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Transforms/Scalar/LowerGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LowerGC.cpp b/lib/Transforms/Scalar/LowerGC.cpp
index d9456094fc..8e6611a4f9 100644
--- a/lib/Transforms/Scalar/LowerGC.cpp
+++ b/lib/Transforms/Scalar/LowerGC.cpp
@@ -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.