aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/checks.adb
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/checks.adb
parentc892ccd49211ec57b732463342b5806bdf68e254 (diff)
downloadgcc-d1915cb82c1319af3267e9617fd81ecbeef01a2c.zip
gcc-d1915cb82c1319af3267e9617fd81ecbeef01a2c.tar.gz
gcc-d1915cb82c1319af3267e9617fd81ecbeef01a2c.tar.bz2
[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/checks.adb')
-rw-r--r--gcc/ada/checks.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb
index f992aa2..05ec983 100644
--- a/gcc/ada/checks.adb
+++ b/gcc/ada/checks.adb
@@ -169,7 +169,7 @@ package body Checks is
end record;
-- The following table keeps track of saved checks. Rather than use an
- -- extensible table. We just use a table of fixed size, and we discard
+ -- extensible table, we just use a table of fixed size, and we discard
-- any saved checks that do not fit. That's very unlikely to happen and
-- this is only an optimization in any case.