aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2009-09-23 01:27:43 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2009-09-23 01:27:43 +0000
commit96f253a7da077fa1b39f7531ab7ea446ad5f10ec (patch)
treef8384ef94da436a9de65baa41589e2d1910ca1ac /translate/ghdldrv
parent998b7c816c7a675eeefde03d4a05b2b8614207ed (diff)
downloadghdl-96f253a7da077fa1b39f7531ab7ea446ad5f10ec.tar.gz
ghdl-96f253a7da077fa1b39f7531ab7ea446ad5f10ec.tar.bz2
ghdl-96f253a7da077fa1b39f7531ab7ea446ad5f10ec.zip
Improve handling of non-sensitized processes.
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r--translate/ghdldrv/ghdllocal.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdllocal.adb b/translate/ghdldrv/ghdllocal.adb
index 11da68399..15eebe3f2 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;