diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2019-05-05 09:33:28 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-05-05 10:51:31 +0200 |
commit | 79d521d70cc07e0afa6eb88632ca84aeadd3c62a (patch) | |
tree | 81d34b25396d25b3d64ba36dc2f1bae1dbbd3be6 | |
parent | 3fa8d9eb8b700044d149bdf12da6cb023568b8c0 (diff) | |
download | ghdl-79d521d70cc07e0afa6eb88632ca84aeadd3c62a.tar.gz ghdl-79d521d70cc07e0afa6eb88632ca84aeadd3c62a.tar.bz2 ghdl-79d521d70cc07e0afa6eb88632ca84aeadd3c62a.zip |
Small typo in netlist.ads
-rw-r--r-- | src/synth/netlists.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 0909abfef..f84f0c78e 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -110,7 +110,7 @@ package Netlists is subtype Port_Outs is Port_Kind range Port_Out .. Port_Inout; -- Each module has a numeric identifier that can be used to easily identify - -- a module. Gates (and, or, ...) have reverved identifiers. + -- a module. Gates (and, or, ...) have reserved identifiers. type Module_Id is new Uns32; -- Reserved id for no identifier. |