aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2019-05-05 09:33:28 +0200
committertgingold <tgingold@users.noreply.github.com>2019-05-05 10:51:31 +0200
commit79d521d70cc07e0afa6eb88632ca84aeadd3c62a (patch)
tree81d34b25396d25b3d64ba36dc2f1bae1dbbd3be6 /src
parent3fa8d9eb8b700044d149bdf12da6cb023568b8c0 (diff)
downloadghdl-79d521d70cc07e0afa6eb88632ca84aeadd3c62a.tar.gz
ghdl-79d521d70cc07e0afa6eb88632ca84aeadd3c62a.tar.bz2
ghdl-79d521d70cc07e0afa6eb88632ca84aeadd3c62a.zip
Small typo in netlist.ads
Diffstat (limited to 'src')
-rw-r--r--src/synth/netlists.ads2
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.