summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit8665bcddecb3fa5553604e960a45ba856556db69 (patch)
tree89977d7f77bd50df0fe612814db2d8afa67bc84a /llvm/examples
parent935384217de60628b301a19dad4cf8d95fb570ee (diff)
downloadbcm5719-llvm-8665bcddecb3fa5553604e960a45ba856556db69.tar.gz
bcm5719-llvm-8665bcddecb3fa5553604e960a45ba856556db69.zip
Repository access test commit
llvm-svn: 95221
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/HowToUseJIT/HowToUseJIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/HowToUseJIT/HowToUseJIT.cpp b/llvm/examples/HowToUseJIT/HowToUseJIT.cpp
index 426d2818cd4..8e3b6dc4a27 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;
OpenPOWER on IntegriCloud