summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch9.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-24 09:22:24 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-24 09:22:24 +0000
commita36d34e4cd0b366a46b5a6056ed03ebfa38e484c (patch)
tree91519daaa4d7213a5ea90cd1cd936d2ca8598580 /gcc/ada/sem_ch9.adb
parenta37605cec4ee7677300844aca846a5e5ff8ac4e2 (diff)
downloadgcc-a36d34e4cd0b366a46b5a6056ed03ebfa38e484c.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_ch9.adb')
-rw-r--r--gcc/ada/sem_ch9.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch9.adb b/gcc/ada/sem_ch9.adb
index b67b248952f..bbb801824b1 100644
--- a/gcc/ada/sem_ch9.adb
+++ b/gcc/ada/sem_ch9.adb
@@ -1194,7 +1194,7 @@ package body Sem_Ch9 is
begin
-- An entry body "freezes" the contract of the nearest enclosing package
-- body and all other contracts encountered in the same declarative part
- -- upto and excluding the entry body. This ensures that any annotations
+ -- up to and excluding the entry body. This ensures that any annotations
-- referenced by the contract of an entry or subprogram body declared
-- within the current protected body are available.
@@ -1769,7 +1769,7 @@ package body Sem_Ch9 is
begin
-- A protected body "freezes" the contract of the nearest enclosing
-- package body and all other contracts encountered in the same
- -- declarative part upto and excluding the protected body. This ensures
+ -- declarative part up to and excluding the protected body. This ensures
-- that any annotations referenced by the contract of an entry or
-- subprogram body declared within the current protected body are
-- available.
@@ -2810,7 +2810,7 @@ package body Sem_Ch9 is
begin
-- A task body "freezes" the contract of the nearest enclosing package
-- body and all other contracts encountered in the same declarative part
- -- upto and excluding the task body. This ensures that annotations
+ -- up to and excluding the task body. This ensures that annotations
-- referenced by the contract of an entry or subprogram body declared
-- within the current protected body are available.