aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2008-07-31 14:37:14 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 14:37:14 +0200
commite102a1002ec0d706baacb0d155e28310a6685f08 (patch)
tree693b280a7a92386326ff8377c35592766fffcb9d
parent23bcc1909d382b06453b46edac8b20b06647a1af (diff)
downloadgcc-e102a1002ec0d706baacb0d155e28310a6685f08.zip
gcc-e102a1002ec0d706baacb0d155e28310a6685f08.tar.gz
gcc-e102a1002ec0d706baacb0d155e28310a6685f08.tar.bz2
exp_ch9.adb: Minor reformatting
2008-07-31 Thomas Quinot <quinot@adacore.com> * exp_ch9.adb: Minor reformatting From-SVN: r138391
-rw-r--r--gcc/ada/exp_ch9.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch9.adb b/gcc/ada/exp_ch9.adb
index 574d01f..2a91413 100644
--- a/gcc/ada/exp_ch9.adb
+++ b/gcc/ada/exp_ch9.adb
@@ -1634,7 +1634,7 @@ package body Exp_Ch9 is
-- when a protected entry wrapper must override an interface
-- level procedure with interface access as first parameter.
- -- O.all.Subp_Id (Formal_1 .. Formal_N)
+ -- O.all.Subp_Id (Formal_1, ..., Formal_N)
if Nkind (Parameter_Type (First_Formal)) =
N_Access_Definition