OSDN Git Service

2008-08-04 Thomas Quinot <quinot@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Aug 2008 09:06:45 +0000 (09:06 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Aug 2008 09:06:45 +0000 (09:06 +0000)
* sem_ch10.adb: Minor comment fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138587 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/sem_ch10.adb

index 026e434..f81cca8 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.
 
       ---------------------