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/internals/index.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/internals/index.rst')
-rw-r--r-- | doc/internals/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/index.rst b/doc/internals/index.rst index 4614d0edc..4c9357fbe 100644 --- a/doc/internals/index.rst +++ b/doc/internals/index.rst @@ -9,7 +9,7 @@ Overview Architecture overview of the GHDL toolkit (CLI, libghdl, pyGHDL and ghdl-yosys-plugin). -`GHDL` is architectured like a traditionnal compiler. It has: +`GHDL` is architectured like a traditional compiler. It has: * a driver (sources in :ghdlsrc:`src/ghdldrv <ghdldrv>`) to call the programs (compiler, assembler, linker) if needed. |