diff options
author | gritbub <38131016+gritbub@users.noreply.github.com> | 2018-05-18 17:26:51 -0500 |
---|---|---|
committer | gritbub <38131016+gritbub@users.noreply.github.com> | 2018-06-01 14:18:09 -0500 |
commit | 8122c18944b69305060b03fad5b5a46ca59c0975 (patch) | |
tree | 5bd329ebfcdc411b35372fba2873269acea2c1d7 /doc/building/llvm/Windows-MinGW-GNAT.rst | |
parent | e135fe7fbe1a79256f6f4ab2c5a5cd1666166197 (diff) | |
download | ghdl-8122c18944b69305060b03fad5b5a46ca59c0975.tar.gz ghdl-8122c18944b69305060b03fad5b5a46ca59c0975.tar.bz2 ghdl-8122c18944b69305060b03fad5b5a46ca59c0975.zip |
Rephrase documentation - typos, grammatical nuance, and links
Diffstat (limited to 'doc/building/llvm/Windows-MinGW-GNAT.rst')
-rw-r--r-- | doc/building/llvm/Windows-MinGW-GNAT.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |