OSDN Git Service

Repository access test commit
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Wed, 3 Feb 2010 12:00:02 +0000 (12:00 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Wed, 3 Feb 2010 12:00:02 +0000 (12:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95221 91177308-0d34-0410-b5e6-96231b3b80d8

examples/HowToUseJIT/HowToUseJIT.cpp

index 426d281..8e3b6dc 100644 (file)
@@ -12,7 +12,7 @@
 //
 // Goal:
 //  The goal of this snippet is to create in the memory
-//  the LLVM module consisting of two functions as follow:
+//  the LLVM module consisting of two functions as follow: 
 //
 // int add1(int x) {
 //   return x+1;