diff options
Diffstat (limited to 'src/synth/netlists-cleanup.adb')
-rw-r--r-- | src/synth/netlists-cleanup.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-cleanup.adb b/src/synth/netlists-cleanup.adb index a06e28433..c87c10fcc 100644 --- a/src/synth/netlists-cleanup.adb +++ b/src/synth/netlists-cleanup.adb @@ -346,7 +346,7 @@ package body Netlists.Cleanup is while Inst /= No_Instance loop Next_Inst := Get_Next_Instance (Inst); if Get_Mark_Flag (Inst) then - -- Instance was marked, keept it. + -- Instance was marked, keep it. Set_Mark_Flag (Inst, False); Append_Instance (M, Inst); else |