From: pmderodat Date: Tue, 9 Oct 2018 15:06:16 +0000 (+0000) Subject: [Ada] Einfo: minor comment fix X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c10b5d58f59ffa3373beee097dc316a5b4d552b3;p=thirdparty%2Fgcc.git [Ada] Einfo: minor comment fix 2018-10-09 Eric Botcazou gcc/ada/ * einfo.ads: Small comment fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264976 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 2c0bce6a54c1..072e19a8b119 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2018-10-09 Eric Botcazou + + * einfo.ads: Small comment fix. + 2018-10-09 Eric Botcazou * sem_ch7.adb (Has_Referencer): Add comment for the diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index 018684d7b2f6..b803fe059a81 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -3269,7 +3269,7 @@ package Einfo is -- a task interface, or if it is derived from task interfaces. -- Is_Task_Record_Type (synthesized) --- Applies to all entities. True if Is_Concurrent_Record_Type +-- Applies to all entities, true if Is_Concurrent_Record_Type is true and -- Corresponding_Concurrent_Type is a task type. -- Is_Task_Type (synthesized)