aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-01-14 03:24:09 +0100
committerTristan Gingold <tgingold@free.fr>2015-01-14 03:24:09 +0100
commit2bc30247415e3165ec17d667bb028f23538bc2ea (patch)
tree3bb685d5ef7d4be0d625bb7025adcf1f27bd3a74 /src/ghdldrv
parentdb75f19a083661e1473a91181e90ead3fa54a875 (diff)
downloadghdl-2bc30247415e3165ec17d667bb028f23538bc2ea.tar.gz
ghdl-2bc30247415e3165ec17d667bb028f23538bc2ea.tar.bz2
ghdl-2bc30247415e3165ec17d667bb028f23538bc2ea.zip
disp_vhdl: adjust for vhdl2008 (generate, bit string).
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlprint.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index c852cc0ae..3668b0f72 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -1079,7 +1079,7 @@ package body Ghdlprint is
exit when Current_Token = Tok_Eof;
end loop;
else
- -- Scane file
+ -- Scan file
Tok_Idx := Ref_Tokens.First;
loop
Scan;