aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/checks.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-03-02 10:26:39 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-03-02 10:26:39 +0100
commite99991618f2f64eda18a257b5d653bd0f5d91028 (patch)
tree838d7fdc77b335b755a615851de2e00a2afecea0 /gcc/ada/checks.adb
parentc9d70ab181e531bfe069c42aeaa996ec96bca02e (diff)
downloadgcc-e99991618f2f64eda18a257b5d653bd0f5d91028.zip
gcc-e99991618f2f64eda18a257b5d653bd0f5d91028.tar.gz
gcc-e99991618f2f64eda18a257b5d653bd0f5d91028.tar.bz2
[multiple changes]
2015-03-02 Gary Dismukes <dismukes@adacore.com> * einfo.adb, checks.adb: Minor reformatting and typo fixes. 2015-03-02 Ed Schonberg <schonberg@adacore.com> * exp_aggr.adb (Get_Assoc_Expr): If the Default_Component_Value is defined for the array type, use it instead of a Default_Value specified for the component type itself. From-SVN: r221102
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 a3cfe79..759f940 100644
--- a/gcc/ada/checks.adb
+++ b/gcc/ada/checks.adb
@@ -2576,7 +2576,7 @@ package body Checks is
or else Is_Formal_Subprogram (Subp)
- -- Do not process imported subprograms since pre and post conditions
+ -- Do not process imported subprograms since pre- and postconditions
-- are never verified on routines coming from a different language.
or else Is_Imported (Subp)