commit | e5dfa8f697d3c48361d507491d0cff35607ed419 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Jun 09 20:11:46 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Jun 09 20:11:46 2011 +0000 |
tree | 6f5919e0a712c92279e37d26e0cbc7c834a834c3 | |
parent | 1dd94bbfa1269b1144a87f5fe9dbc04869f858b4 [diff] [blame] |
Modify comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132800 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index a8c3ce4..2fb2b5e 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/examples/HowToUseJIT/HowToUseJIT.cpp
@@ -91,7 +91,7 @@ // Now, function add1 is ready. - // Now we going to create function `foo', which returns an int and takes no + // Now we're going to create function `foo', which returns an int and takes no // arguments. Function *FooF = cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),