Modify comment.
authorJohnny Chen <johnny.chen@apple.com>
Thu, 9 Jun 2011 20:11:46 +0000 (20:11 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Thu, 9 Jun 2011 20:11:46 +0000 (20:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132800 91177308-0d34-0410-b5e6-96231b3b80d8

examples/HowToUseJIT/HowToUseJIT.cpp

index a8c3ce45f15a77432d4f1a35ff0ba4773c673300..2fb2b5e872d1c037709f26111d67ac2b2016faf7 100644 (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),