diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-31 19:28:19 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-31 19:28:19 +0000 |
commit | 27f486599a19a5923b58ad522668b34b5c4d956f (patch) | |
tree | fface9c358993512af2d42d8da781b1ceb75942a /gcc/ada/opt.ads | |
parent | 7866ca04c49ac3c8913b7d17b8aa6b8b71653050 (diff) | |
download | gcc-27f486599a19a5923b58ad522668b34b5c4d956f.tar.gz |
gcc/ada/
* g-table.adb, g-tasloc.adb, g-traceb.ads,
g-trasym.adb, g-utf_32.adb, gen-soccon.c, gigi.h, gmem.c,
gnatbind.adb, gnatchop.adb, gnatcmd.adb,
gnatcmd.ads, gnatdll.adb, gnatfind.adb,
gnatlink.adb, gnatmem.adb, gprep.adb,
i-cstrea-vms.adb, i-cstrin.adb, i-pacdec.ads,
i-vxwork.ads, impunit.adb, init.c, initialize.c, inline.adb,
layout.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
lib-xref.ads, lib.adb, link.c, live.ads,
make.adb, makegpr.adb, makeutl.adb, math_lib.adb,
mdll-utl.adb, mdll.ads, memroot.adb, memroot.ads,
misc.c, mlib-prj.adb, mlib-tgt-hpux.adb,
mlib-tgt-linux.adb, mlib-tgt-tru64.adb, mlib-tgt.ads,
namet.adb, namet.h, nlists.adb, nlists.ads,
nlists.h, opt.ads, osint-b.ads, osint-c.adb,
osint-c.ads, osint.adb, osint.ads, output.ads,
par-ch10.adb, par-ch12.adb, par-ch2.adb, par-ch3.adb,
par-ch4.adb, par-ch5.adb, par-ch6.adb, par-ch9.adb,
par-endh.adb, par-labl.adb, par-prag.adb,
par-sync.adb, par-tchk.adb, par-util.adb,
par.adb, prep.adb, prep.ads, prepcomp.adb, prj-attr.ads,
prj-dect.adb, prj-env.adb, prj-ext.adb, prj-nmsc.adb,
prj-nmsc.ads, prj-pp.adb, prj-proc.adb,
prj-strt.ads, prj-tree.ads, prj.adb, prj.ads: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index b795a3c240e..5d28a344d33 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -55,7 +55,7 @@ package Opt is -- The following mode values represent the current state of processing. -- The values set here are the default values. Unless otherwise noted, - -- the value may be reset in Switch-? with an appropropiate switch. In + -- the value may be reset in Switch-? with an appropriate switch. In -- some cases, the values can also be modified by pragmas, and in the -- case of some binder variables, Gnatbind.Scan_Bind_Arg may modify -- the default values. @@ -525,7 +525,7 @@ package Opt is Generating_Code : Boolean := False; -- GNAT -- True if the frontend finished its work and has called the backend to - -- processs the tree and generate the object file. + -- process the tree and generate the object file. Global_Discard_Names : Boolean := False; -- GNAT, GNATBIND @@ -646,7 +646,7 @@ package Opt is In_Place_Mode : Boolean := False; -- GNATMAKE - -- Set True to store ALI and object files in place ie in the object + -- Set True to store ALI and object files in place i.e. in the object -- directory if these files already exist or in the source directory -- if not. @@ -859,7 +859,7 @@ package Opt is -- Check_Semantics after generating an error message. Optimize_Alignment : Character := 'O'; - -- Settinng of Optimize_Alignment, set to T/S/O for time/space/off. Can + -- Setting of Optimize_Alignment, set to T/S/O for time/space/off. Can -- be modified by use of pragma Optimize_Alignment. Original_Operating_Mode : Operating_Mode_Type := Generate_Code; @@ -908,7 +908,7 @@ package Opt is Preprocessing_Data_File : String_Ptr := null; -- GNAT - -- Set by switch -gnatep=. The file name of the prepocessing data file. + -- Set by switch -gnatep=. The file name of the preprocessing data file. Print_Generated_Code : Boolean := False; -- GNAT @@ -1266,7 +1266,7 @@ package Opt is Warn_On_Questionable_Missing_Parens : Boolean := True; -- GNAT - -- Set to True to generate warnings for cases where parenthese are missing + -- Set to True to generate warnings for cases where parentheses are missing -- and the usage is questionable, because the intent is unclear. Warn_On_Redundant_Constructs : Boolean := False; @@ -1366,7 +1366,7 @@ package Opt is -- This is set in the same manner as Ada_Version_Config. The difference is -- that the setting of this flag is not ignored for internal and predefined -- units, which for some purposes do indeed access this value, regardless - -- of the fact that they are compiled the the most up to date ada version). + -- of the fact that they are compiled the most up to date ada version). Assertions_Enabled_Config : Boolean; -- GNAT @@ -1454,7 +1454,7 @@ package Opt is Use_VADS_Size_Config : Boolean; -- GNAT -- This is the value of the configuration switch that controls the use of - -- VADS_Size instead of Size whereever the attribute Size is used. It can + -- VADS_Size instead of Size wherever the attribute Size is used. It can -- be set True by the use of the pragma Use_VADS_Size in the gnat.adc file. -- This flag is used to set the initial value for Use_VADS_Size at the -- start of analyzing each unit. Note however that the setting of this flag |