aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-07-04 04:01:17 +0200
committerTristan Gingold <tgingold@free.fr>2016-07-05 08:06:42 +0200
commita4cfa53675aac53107a8eac45b41e159e6add805 (patch)
treeba49b0ae453e7f4bb5680342d87431e53b5d982a /src/ghdldrv/ghdllocal.adb
parentcedac9ece9eb113691d614d480256de7b7b65332 (diff)
downloadghdl-a4cfa53675aac53107a8eac45b41e159e6add805.tar.gz
ghdl-a4cfa53675aac53107a8eac45b41e159e6add805.tar.bz2
ghdl-a4cfa53675aac53107a8eac45b41e159e6add805.zip
Fix indentation and English mistakes.
Diffstat (limited to 'src/ghdldrv/ghdllocal.adb')
-rw-r--r--src/ghdldrv/ghdllocal.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb
index 8468d77fd..15facb867 100644
--- a/src/ghdldrv/ghdllocal.adb
+++ b/src/ghdldrv/ghdllocal.adb
@@ -60,7 +60,7 @@ package body Ghdllocal is
end if;
if Flags.Verbose then
- Put_Line ("semantize " & Disp_Node (Get_Library_Unit (Unit)));
+ Put_Line ("analyze " & Disp_Node (Get_Library_Unit (Unit)));
end if;
Sem.Semantic (Unit);