summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerGC.cpp
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
commit32fe3de0fe333aebf9e4c803fc33497b73574ecf (patch)
treebb5668e767a1a4794252d0cef5e5a7316ef8c4fb /lib/Transforms/Scalar/LowerGC.cpp
parent8ff18e9c99293a093e066dad717b28ffab122f59 (diff)
downloadllvm-32fe3de0fe333aebf9e4c803fc33497b73574ecf.tar.gz
llvm-32fe3de0fe333aebf9e4c803fc33497b73574ecf.tar.bz2
llvm-32fe3de0fe333aebf9e4c803fc33497b73574ecf.tar.xz
Fix comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LowerGC.cpp')
-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.