aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-11-12 12:59:18 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-11-12 12:59:18 +0100
commitd1915cb82c1319af3267e9617fd81ecbeef01a2c (patch)
tree9da238a2ba95be16be518d23ddbf415a745db8dc /gcc/ada/debug.ads
parentc892ccd49211ec57b732463342b5806bdf68e254 (diff)
[multiple changes]
2015-11-12 Arnaud Charlet <charlet@adacore.com> * back_end.adb, opt.ads (Debugger_Level): Update comment. (Scan_Back_End_Switches): Set Debugger_Level. 2015-11-12 Bob Duff <duff@adacore.com> * fmap.adb, debug.ads, checks.adb, exp_ch11.adb: Minor edits. 2015-11-12 Doug Rupp <rupp@adacore.com> * s-stchop-vxworks.adb (Stack_Limit): Export vice Import. 2015-11-12 Gary Dismukes <dismukes@adacore.com> * sem_dim.adb: Minor reformatting. From-SVN: r230246
Diffstat (limited to 'gcc/ada/debug.ads')
-rw-r--r--gcc/ada/debug.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/debug.ads b/gcc/ada/debug.ads
index 9ebaa52cfb0..3ed93268188 100644
--- a/gcc/ada/debug.ads
+++ b/gcc/ada/debug.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -40,7 +40,7 @@ package Debug is
-- Dynamic Debug Flags --
-------------------------
- -- Flags that can be used to active various specialized debugging output
+ -- Flags that can be used to activate various specialized debugging output
-- information. The flags are preset to False, which corresponds to the
-- given output being suppressed. The individual flags can be turned on
-- using the undocumented switch dxxx where xxx is a string of letters for