aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/building/llvm')
-rw-r--r--doc/building/llvm/GNULinux-GNAT.rst2
-rw-r--r--doc/building/llvm/Windows-MinGW-GNAT.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/building/llvm/GNULinux-GNAT.rst b/doc/building/llvm/GNULinux-GNAT.rst
index 5f97c99b7..e8a66d425 100644
--- a/doc/building/llvm/GNULinux-GNAT.rst
+++ b/doc/building/llvm/GNULinux-GNAT.rst
@@ -3,7 +3,7 @@
LLVM Backend on GNU/Linux with GCC/GNAT
#######################################
-.. HINT:: You need to install LLVM (usually depends on ``libedit``, see :ghdlsharp:`29`). The supported versions are 3.5 till 5.0, but debugging is only supported with LLVM 3.5.
+.. HINT:: You need to install LLVM (usually depends on ``libedit``, see :ghdlsharp:`29`). The supported versions are 3.5 til 5.0, but debugging is only supported with LLVM 3.5.
* First configure GHDL with the proper arg ``./configure --with-llvm-config``. If ``llvm-config`` is not in your path, you can specify it: ``./configure --with-llvm-config=LLVM_INSTALL/bin/llvm-config``.
diff --git a/doc/building/llvm/Windows-MinGW-GNAT.rst b/doc/building/llvm/Windows-MinGW-GNAT.rst
index 0fce8f068..59d70023f 100644
--- a/doc/building/llvm/Windows-MinGW-GNAT.rst
+++ b/doc/building/llvm/Windows-MinGW-GNAT.rst
@@ -3,11 +3,11 @@
LLVM Backend on Windows with GCC/GNAT (MinGW)
#############################################
-On Windows with MinGW, GHDL is configured by ``configure`` and build by ``make``.
+On Windows with MinGW, GHDL is configured by ``configure`` and built by ``make``.
* First, GHDL needs to be configured. It is common to specify a ``PREFIX``
(installation directory like ``/usr/local`` or ``/opt/ghdl``). Without any
- other option, ``configure`` select `mcode` as backend.
+ other option, ``configure`` selects `mcode` as the backend.
* Next, ``make`` starts the compilation process.