aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2008-08-04 14:51:30 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-04 14:51:30 +0200
commit61549759f1dfbf0a10835bbd2ce1c6212d5257a4 (patch)
tree2000d9e86882f011346d564a733f0aaccba65ba0 /gcc
parentb6e209b5f8793412fc20ffaa6b118dc7ef8dbd27 (diff)
downloadgcc-61549759f1dfbf0a10835bbd2ce1c6212d5257a4.zip
gcc-61549759f1dfbf0a10835bbd2ce1c6212d5257a4.tar.gz
gcc-61549759f1dfbf0a10835bbd2ce1c6212d5257a4.tar.bz2
exp_ch6.adb: Minor comment fix.
2008-08-04 Thomas Quinot <quinot@adacore.com> * exp_ch6.adb: Minor comment fix. From-SVN: r138618
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/exp_ch6.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb
index 2d31162..4c3f3da 100644
--- a/gcc/ada/exp_ch6.adb
+++ b/gcc/ada/exp_ch6.adb
@@ -2286,7 +2286,7 @@ package body Exp_Ch6 is
-- For other cases we simply pass the level of the actual's
-- access type. The type is retrieved from Prev rather than
- -- Prev_Orig, because in some cases Prev_Orig denotes a
+ -- Prev_Orig, because in some cases Prev_Orig denotes an
-- original expression that has not been analyzed.
when others =>