From 9e4b68992370b3546b21979fc25fe8c3ba366b1f Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 9 Jun 2011 20:11:46 +0000 Subject: Modify comment. llvm-svn: 132800 --- llvm/examples/HowToUseJIT/HowToUseJIT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/examples/HowToUseJIT/HowToUseJIT.cpp') diff --git a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp index a8c3ce45f15..2fb2b5e872d 100644 --- a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp @@ -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(M->getOrInsertFunction("foo", Type::getInt32Ty(Context), -- cgit v1.2.3