Fix misc style and spelling errors.
[matthijs/projects/internship.git] / Report / Main / Problems / Results.tex
index 901472dff405682bb530d714516862d290461556..dbdda0b575ef9d49fa197590d014f50cc3991c0d 100644 (file)
@@ -12,15 +12,15 @@ lot of small fixes and changes to make LLVM more flexible and extendable.
 \subsection{MontiumC improvements}
 Improvements made to the MontiumC language are mostly limited to making the
 langauge better specified. Things which had limited support now either have full
-support, or were removed from the language.
+support or were removed from the language.
 
-Usage of global variables, struct variables, arguments and returns values and
+Usage of global variables, struct variables, arguments and return values and
 constant arguments is now possible in most cases, where it only was possible in
 some specific cases before.
 
 Additionally, there has been some experimenting with new MontiumC features, such
 as C style memory access and loops. So far, these features have not received
-enough work in both the frontend as the backend to be supported in the language
+enough work in both the frontend and the backend to be supported in the language
 yet.
 
 \subsection{Frontend improvements}