Taddeus Kroes 11 gadi atpakaļ
vecāks
revīzija
8117b3b42c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ About
 
 
 This is a minimal compiler for the
 This is a minimal compiler for the
 [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) language, written for the
 [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) language, written for the
-purpose of practicing Ocaml LLVM bindings and seeing how well LLVM optimizes
+purpose of practicing OCaml LLVM bindings and seeing how well LLVM optimizes
 arrays. Brainfuck commands are transformed to LLVM IR, which is generated in
 arrays. Brainfuck commands are transformed to LLVM IR, which is generated in
 such a way that it is easy to optimize for LLVM's `opt` utility.
 such a way that it is easy to optimize for LLVM's `opt` utility.