Procházet zdrojové kódy

Modify comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132800 91177308-0d34-0410-b5e6-96231b3b80d8
Johnny Chen před 14 roky
rodič
revize
e5dfa8f697
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/HowToUseJIT/HowToUseJIT.cpp

+ 1 - 1
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<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),