diff options
Diffstat (limited to 'translate/ghdldrv/ghdllocal.adb')
-rw-r--r-- | translate/ghdldrv/ghdllocal.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdllocal.adb b/translate/ghdldrv/ghdllocal.adb index 11da683..15eebe3 100644 --- a/translate/ghdldrv/ghdllocal.adb +++ b/translate/ghdldrv/ghdllocal.adb @@ -223,7 +223,7 @@ package body Ghdllocal is if Prefix_Path = null then Prefix_Path := new String'(Default_Pathes.Prefix); else - -- assume the user has set the correct path, so do not insert 32 + -- Assume the user has set the correct path, so do not insert 32. Flag_32bit := False; end if; |