From 7c38de2e9fa7b732db5c17fb18867ae1c1eed2e2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 Oct 2011 04:24:15 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143012 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f79ca92eebf..ce4d4bcb0d3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -350,7 +350,7 @@ object-oriented programming, operator overloading and strong typing.

gwXscript 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 -- 2.34.1