aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/checks.adb
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2015-11-24 09:22:24 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-11-24 10:22:24 +0100
commit4404c2826c45ffb749e868b011c480a9d279f8e7 (patch)
tree91519daaa4d7213a5ea90cd1cd936d2ca8598580 /gcc/ada/checks.adb
parent8ab1d9d72cf8cb59186d8af292707eb393e57c3b (diff)
downloadgcc-4404c2826c45ffb749e868b011c480a9d279f8e7.zip
gcc-4404c2826c45ffb749e868b011c480a9d279f8e7.tar.gz
gcc-4404c2826c45ffb749e868b011c480a9d279f8e7.tar.bz2
sem_ch3.adb, [...]: Minor reformatting, rewording, and typo corrections.
2015-11-24 Gary Dismukes <dismukes@adacore.com> * sem_ch3.adb, sem_type.adb, sem_ch7.adb, sem_ch9.adb, checks.adb, sem_prag.adb, contracts.adb, g-strhas.ads, sem_ch6.adb: Minor reformatting, rewording, and typo corrections. From-SVN: r230794
Diffstat (limited to 'gcc/ada/checks.adb')
-rw-r--r--gcc/ada/checks.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb
index 05a313e..908837c 100644
--- a/gcc/ada/checks.adb
+++ b/gcc/ada/checks.adb
@@ -921,7 +921,7 @@ package body Checks is
-- range of x op y is included in the range of type1
-- size of type1 is at least twice the result size of op
- -- then we don't do an overflow check in any case, instead we transform
+ -- then we don't do an overflow check in any case. Instead, we transform
-- the operation so that we end up with:
-- type1 (type1 (x) op type1 (y))
@@ -1262,7 +1262,7 @@ package body Checks is
-- is replaced with a reference to Rnn.
-- If our parent is a conversion node then there is no point in
- -- generating a conversion to Result_Type, we will let the parent
+ -- generating a conversion to Result_Type. Instead, we let the parent
-- handle this. Note that this special case is not just about
-- optimization. Consider