aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2008-08-06 10:52:10 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-06 10:52:10 +0200
commit7bd98753254d319e7ecd890f227062dfe70b086c (patch)
treec9c963b96d10ce37f14bd49fe5c0301595dbd873 /gcc
parentf9325b0364fdef06a5168eb809c6e8ae0bf658a0 (diff)
downloadgcc-7bd98753254d319e7ecd890f227062dfe70b086c.zip
gcc-7bd98753254d319e7ecd890f227062dfe70b086c.tar.gz
gcc-7bd98753254d319e7ecd890f227062dfe70b086c.tar.bz2
sem_ch3.adb: Minor reformatting
2008-08-06 Thomas Quinot <quinot@adacore.com> * sem_ch3.adb: Minor reformatting From-SVN: r138776
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/sem_ch3.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb
index ffc1be8..00580bf 100644
--- a/gcc/ada/sem_ch3.adb
+++ b/gcc/ada/sem_ch3.adb
@@ -4624,7 +4624,7 @@ package body Sem_Ch3 is
Has_Private_Component (Derived_Type));
Conditional_Delay (Derived_Type, Subt);
- -- Ada 2005 (AI-231). Set the null-exclusion attribute, and verify
+ -- Ada 2005 (AI-231): Set the null-exclusion attribute, and verify
-- that it is not redundant.
if Null_Exclusion_Present (Type_Definition (N)) then