summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 04:24:15 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 04:24:15 +0000
commit7c38de2e9fa7b732db5c17fb18867ae1c1eed2e2 (patch)
treee48bbe4ca1059161af56a7773c1949b684126f33 /docs
parentb64541fc7285c7305c6df7a83e4514a89bdaaa7b (diff)
downloadllvm-7c38de2e9fa7b732db5c17fb18867ae1c1eed2e2.tar.gz
llvm-7c38de2e9fa7b732db5c17fb18867ae1c1eed2e2.tar.bz2
llvm-7c38de2e9fa7b732db5c17fb18867ae1c1eed2e2.tar.xz
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index f79ca92eeb..ce4d4bcb0d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -350,7 +350,7 @@ object-oriented programming, operator overloading and strong typing.</p>
<div>
<p><a href="http://botwars.tk/gwscript/">gwXscript</a> is an object oriented,
- aspect orientied programing language which can create both, executables (ELF,
+ aspect oriented programming language which can create both executables (ELF,
EXE) and shared libraries (DLL, SO, DYNLIB). The compiler is implemented in
its own language and translates scripts into LLVM-IR which can be optimized
and translated into native code by the LLVM framework. Source code in