diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-04 11:06:45 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-04 11:06:45 +0200 |
commit | 7b84d8c1398f621c8b6f7ab33ef9cdb94235bc0c (patch) | |
tree | a1dd5c290cf59c8c2b1501e822f11443e0b32c7e /gcc | |
parent | 57eb1cf51ae2a0033b741a5826ccc1b13e5e3e4d (diff) | |
download | gcc-7b84d8c1398f621c8b6f7ab33ef9cdb94235bc0c.zip gcc-7b84d8c1398f621c8b6f7ab33ef9cdb94235bc0c.tar.gz gcc-7b84d8c1398f621c8b6f7ab33ef9cdb94235bc0c.tar.bz2 |
sem_ch10.adb: Minor comment fix.
2008-08-04 Thomas Quinot <quinot@adacore.com>
* sem_ch10.adb: Minor comment fix.
From-SVN: r138587
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem_ch10.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch10.adb b/gcc/ada/sem_ch10.adb index 026e434..f81cca8 100644 --- a/gcc/ada/sem_ch10.adb +++ b/gcc/ada/sem_ch10.adb @@ -2663,7 +2663,7 @@ package body Sem_Ch10 is -- Build name to be used in implicit with_clause. In most cases this -- is the source name, but if renamings are present we must make the -- original unit visible, not the one it renames. The entity in the - -- use clause is the renamed unit, but the identifier is the one from + -- with clause is the renamed unit, but the identifier is the one from -- the source, which allows us to recover the unit renaming. --------------------- |