]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sem_ch10.adb: Minor comment fix.
authorThomas Quinot <quinot@adacore.com>
Mon, 4 Aug 2008 09:06:45 +0000 (11:06 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Aug 2008 09:06:45 +0000 (11:06 +0200)
2008-08-04  Thomas Quinot  <quinot@adacore.com>

* sem_ch10.adb: Minor comment fix.

From-SVN: r138587

gcc/ada/sem_ch10.adb

index 026e434f7a3e9c30e152cb874504868c0183d236..f81cca8ea12e2837d9772dd28becef84fef61d9b 100644 (file)
@@ -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.
 
       ---------------------