[llvm-commits] [llvm] r143012 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Tue Oct 25 21:24:15 PDT 2011
Author: void
Date: Tue Oct 25 23:24:15 2011
New Revision: 143012
URL: http://llvm.org/viewvc/llvm-project?rev=143012&view=rev
Log:
Fix grammar.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143012&r1=143011&r2=143012&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 23:24:15 2011
@@ -350,7 +350,7 @@
<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
More information about the llvm-commits
mailing list