From f9fba3087e840e2f6912d96c932f80d8b6698a84 Mon Sep 17 00:00:00 2001 From: Garrison Venn Date: Wed, 3 Feb 2010 12:00:02 +0000 Subject: [PATCH] Repository access test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95221 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/HowToUseJIT/HowToUseJIT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp index 426d2818cd4..8e3b6dc4a27 100644 --- a/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/examples/HowToUseJIT/HowToUseJIT.cpp @@ -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;