summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2007-08-07 16:52:03 +0000
committerDavid Greene <greened@obbligato.org>2007-08-07 16:52:03 +0000
commitbacdbaa0da263908c55af3da560e1ad6100e7871 (patch)
tree6719b793903e5cc169c30b5f26e46f6da9d2415e /llvm
parent816a190cdf1064d776666e9f21fdd2857ba74a69 (diff)
downloadbcm5719-llvm-bacdbaa0da263908c55af3da560e1ad6100e7871.tar.gz
bcm5719-llvm-bacdbaa0da263908c55af3da560e1ad6100e7871.zip
Fix comment typo
llvm-svn: 40898
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Transforms/Scalar/LowerGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LowerGC.cpp b/llvm/lib/Transforms/Scalar/LowerGC.cpp
index d9456094fc8..8e6611a4f91 100644
--- a/llvm/lib/Transforms/Scalar/LowerGC.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud