diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-02-08 02:47:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 02:47:12 +0000 |
commit | 77a5930bf7998382e2ce3d3f3f88a2e8d29e95ff (patch) | |
tree | 1890b37d50273ff7779485e7ce3bc3a056c33252 /doc | |
parent | 6a694dd839a18cdf0382753fffc17aa1fbd41f9d (diff) | |
download | ghdl-77a5930bf7998382e2ce3d3f3f88a2e8d29e95ff.tar.gz ghdl-77a5930bf7998382e2ce3d3f3f88a2e8d29e95ff.tar.bz2 ghdl-77a5930bf7998382e2ce3d3f3f88a2e8d29e95ff.zip |
doc/about: 's/programming language/computer language/'
Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/about.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/about.rst b/doc/about.rst index 413a8348d..6798aacfe 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -13,7 +13,7 @@ What is `VHDL`? =============== :wikipedia:`VHDL <VHDL>` is an acronym for *Verification and Hardware Description Language* (:wikipedia:`HDL <HDL>`), -which is a programming language used to describe a logic circuit by function, data flow behavior, or structure. +which is a computer language used to describe a logic circuit by function, data flow behavior, or structure. .. NOTE:: Historically the 'V' in the language's acronym came from the Very High Speed Integrated Circuit (:wikipedia:`VHSIC <VHSIC>`), |