Skip to content

Commit

Permalink
Modify comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132800 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Johnny Chen committed Jun 9, 2011
1 parent 1dd94bb commit e5dfa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HowToUseJIT/HowToUseJIT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int main() {
// 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),
Expand Down

0 comments on commit e5dfa8f

Please sign in to comment.