diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2022-03-01 12:41:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 12:41:11 +0100 |
commit | aad9a1fcc0344f0e5d1c8cee56d8d889dda13359 (patch) | |
tree | 101ec74f7dfe6f9cc676db6b40192312289b303e /doc/using/InvokingGHDL.rst | |
parent | 3f63e7e87eb5e121526b0e5a07cd5af6ed2855b5 (diff) | |
parent | 9f2a9ee184639d844e09fb9b810183180f520312 (diff) | |
download | ghdl-aad9a1fcc0344f0e5d1c8cee56d8d889dda13359.tar.gz ghdl-aad9a1fcc0344f0e5d1c8cee56d8d889dda13359.tar.bz2 ghdl-aad9a1fcc0344f0e5d1c8cee56d8d889dda13359.zip |
Fixed a few typos.
Diffstat (limited to 'doc/using/InvokingGHDL.rst')
-rw-r--r-- | doc/using/InvokingGHDL.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst index b50f98626..ac959ff0f 100644 --- a/doc/using/InvokingGHDL.rst +++ b/doc/using/InvokingGHDL.rst @@ -230,7 +230,7 @@ See also :option:`--elab-order`, for retrieving the compilation order guessed re Elab-order [``--elab-order``] ----------------------------- -.. option:: --elab-order <[options...] [libray.]top_unit [arch]> +.. option:: --elab-order <[options...] [library.]top_unit [arch]> Print the list of sources required for elaborating a unit, in order for them to be analyzed without dependency issues. This is expected @@ -313,7 +313,7 @@ Generate a Makefile containing only dependencies to build a design unit. This command works like the make and gen-makefile commands (see :option:`-m`), but instead of a full makefile only dependencies without rules are generated on the standard output. -Theses rules can then be integrated in another Makefile. +These rules can then be integrated in another Makefile. .. _GHDL:options: |