aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/synth/netlists-memories.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb
index 866427cf9..96166a3e7 100644
--- a/src/synth/netlists-memories.adb
+++ b/src/synth/netlists-memories.adb
@@ -163,7 +163,7 @@ package body Netlists.Memories is
Data := Get_Driver (I0_Inp);
else
Info_Msg_Synth
- (+Data_Inst, "write to a non memory %n", (1 => +Orig));
+ (+Data_Inst, "write to a non-memory %n", (1 => +Orig));
Data_W := 0;
return;
end if;