aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/contracts.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-04-27 12:32:23 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2017-04-27 12:32:23 +0200
commit02848684196a014f8a6cd3c55a32a91de989b0d6 (patch)
tree678bfa9b53ee6f1c5f222aedc54d34a392ca6c4b /gcc/ada/contracts.adb
parent62c7d441e5016a2392539b3ce059bbec01fbab3a (diff)
downloadgcc-02848684196a014f8a6cd3c55a32a91de989b0d6.zip
gcc-02848684196a014f8a6cd3c55a32a91de989b0d6.tar.gz
gcc-02848684196a014f8a6cd3c55a32a91de989b0d6.tar.bz2
einfo.ads: Minor fixes in comments.
* einfo.ads: Minor fixes in comments. 2017-04-27 Ed Schonberg <schonberg@adacore.com> * sem_prag.adb: disable clones in SPARK_Mode. 2017-04-27 Gary Dismukes <dismukes@adacore.com> * sem_util.ads, contracts.adb: Minor reformatting. From-SVN: r247315
Diffstat (limited to 'gcc/ada/contracts.adb')
-rw-r--r--gcc/ada/contracts.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/contracts.adb b/gcc/ada/contracts.adb
index ce61fdc..8a35b82 100644
--- a/gcc/ada/contracts.adb
+++ b/gcc/ada/contracts.adb
@@ -390,9 +390,9 @@ package body Contracts is
begin
Analyze_Entry_Or_Subprogram_Contract (Subp_Id, Freeze_Id);
- -- If analysis of a classwide pre/postcondition indicates
+ -- If analysis of a class-wide pre/postcondition indicates
-- that a class-wide clone is needed, analyze its declaration
- -- now. Its body is created when the body of the original
+ -- now. Its body is created when the body of the original
-- operation is analyzed (and rewritten).
if Is_Subprogram (Subp_Id)