summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGarrison Venn <gvenn.cfe.dev@gmail.com>2010-02-03 12:00:02 +0000
committerGarrison Venn <gvenn.cfe.dev@gmail.com>2010-02-03 12:00:02 +0000
commitf9fba3087e840e2f6912d96c932f80d8b6698a84 (patch)
tree58e28eebd90dca2d7c0f7a3723925b1d6b33e4b4 /examples
parent1d037b0272233aad4fba386eaba2d827e3984401 (diff)
downloadllvm-f9fba3087e840e2f6912d96c932f80d8b6698a84.tar.gz
llvm-f9fba3087e840e2f6912d96c932f80d8b6698a84.tar.bz2
llvm-f9fba3087e840e2f6912d96c932f80d8b6698a84.tar.xz
Repository access test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/HowToUseJIT/HowToUseJIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/HowToUseJIT.cpp b/examples/HowToUseJIT/HowToUseJIT.cpp
index 426d2818cd..8e3b6dc4a2 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;