aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2015-10-16 12:25:58 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 14:25:58 +0200
commit57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09 (patch)
treeb977087bad143c37e8583e90aa75bc7979ea8b65 /gcc/ada/sinfo.ads
parente83ed69230cd8893af4fb5309e55fcbf663be112 (diff)
downloadgcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.zip
gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.gz
gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.bz2
checks.adb: Fix typo.
2015-10-16 Arnaud Charlet <charlet@adacore.com> * checks.adb: Fix typo. * s-osinte-linux.ads: Add header. * projects.texi: Removed, no longer used. * s-multip.adb: Minor: fix header. * sem_ch3.adb, exp_ch7.adb, g-dirope.ads, sinfo.ads, types.ads, a-textio.adb, s-exctra.adb, ali.adb, back_end.ads, exp_intr.adb, a-tigeli.adb, exp_ch3.adb, s-os_lib.ads: Remove further references to .NET. * gnatlink.adb, opt.ads, exp_aggr.adb, s-solita.adb: Minor comment updates. From-SVN: r228880
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r--gcc/ada/sinfo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 968d87d..77d0a2d 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -6539,7 +6539,7 @@ package Sinfo is
-- For some back ends, such as gcc with ZCX, "at end" is implemented
-- entirely in the back end. In this case, a handled sequence of
-- statements with an "at end" cannot also have exception handlers.
- -- For other back ends, such as gcc with SJLJ and .NET, the
+ -- For other back ends, such as gcc with front-end SJLJ, the
-- implementation is split between the front end and back end; the front
-- end implements 3, and the back end implements 1 and 2. In this case,
-- if there is an "at end", the front end inserts the appropriate