aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-05-02 10:28:16 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2017-05-02 10:28:16 +0200
commitbae8f1562f1145885374113ac4f718d4cf32a609 (patch)
treeba6a93855d470f7b67325a25865d1d6a7b0fe11b
parent31e358e1c8a0f896ec189b1fdb28dcb4a21a1e78 (diff)
downloadgcc-bae8f1562f1145885374113ac4f718d4cf32a609.zip
gcc-bae8f1562f1145885374113ac4f718d4cf32a609.tar.gz
gcc-bae8f1562f1145885374113ac4f718d4cf32a609.tar.bz2
Minor reformatting.
From-SVN: r247467
-rw-r--r--gcc/ada/checks.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/checks.ads b/gcc/ada/checks.ads
index 3df5c68..218bdca 100644
--- a/gcc/ada/checks.ads
+++ b/gcc/ada/checks.ads
@@ -921,7 +921,7 @@ package Checks is
-- Ada 2005 (AI-231): Check bad usages of the null-exclusion issue
--
-- When a value for Comp is supplied (as in the case of an uninitialized
- -- null-excluding component within a composite object), a reported error
+ -- null-excluding component within a composite object), a reported warning
-- will indicate the offending component instead of the object itself.
procedure Remove_Checks (Expr : Node_Id);