diff options
Diffstat (limited to 'src')
-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. |