Cosmetic fixes.
[matthijs/projects/internship.git] / Report / Main / Context / LLVM.tex
index 9d14cbc645b683788a360af30a7614a71c64979b..a39c3ec6d670f516d014a80214b9d43f475745aa 100644 (file)
@@ -3,8 +3,8 @@
 The Low Level Virtual Machine project (LLVM, \cite{LLVM}, \cite{Lattner:MSThesis02})
 is a framework for compiler construction. It provides its own intermediate
 representation, the LLVM IR. This is a simple language that can be used to
-expres any program in a static single assignment (SSA) form that is easy to
-reason with and transform.
+express any program in a static single assignment (SSA) form that is easy to
+reason with and apply transformations to.
 
 Additionally, LLVM provides a host of libraries to work with this IR. There is
 code for: