1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fix grammar.

llvm-svn: 143012
This commit is contained in:
Bill Wendling 2011-10-26 04:24:15 +00:00
parent 0042cece21
commit 7f5fed82ff

View File

@ -350,7 +350,7 @@ object-oriented programming, operator overloading and strong typing.</p>
<div> <div>
<p><a href="http://botwars.tk/gwscript/">gwXscript</a> is an object oriented, <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 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 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 and translated into native code by the LLVM framework. Source code in