doc: fixed englisch grammar mistakes (an on demand manner, analyses is plural of...
authorHarald Steinlechner <haraldsteinlechner@gmail.com>
Thu, 22 Mar 2012 15:41:55 +0000 (16:41 +0100)
committerHarald Steinlechner <haraldsteinlechner@gmail.com>
Thu, 22 Mar 2012 15:41:55 +0000 (16:41 +0100)
doc/README

index 304764c6704e776be2214f23d8b701473549deba..0ce3bef19fd8079e35ef5fa97fe03382488c06b3 100644 (file)
@@ -5,9 +5,9 @@ libaries, namly `harpy' [1] and `hs-java' [2].
 
 We use `hs-java' to parse Java Classfiles in order to get a Java Bytecode
 representation. Afterwards we perform a basic-block analysis and generate a
-control-flow-graph (CFG). We apply several program-analysis, transformations
+control-flow-graph (CFG). We apply several program-analyses, transformations
 and optimizations. Given the annotated CFG we emit native code with `harpy'
-(i386) in a on demand manner.
+(i386) in an on demand manner.
 
 At the moment we try to minimize effort, by focusing on essential features of
 the JVM, e.g. no exception handling.