Modify comment.

llvm-svn: 132800
This commit is contained in:
Johnny Chen 2011-06-09 20:11:46 +00:00
parent 806ec47668
commit 5f63b7b4c1

View File

@ -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),