From 8665bcddecb3fa5553604e960a45ba856556db69 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 llvm-svn: 95221 --- llvm/examples/HowToUseJIT/HowToUseJIT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp index 426d2818cd41..8e3b6dc4a273 100644 --- a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp +++ b/llvm/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;