From: Eric Botcazou Date: Tue, 9 Oct 2018 15:06:16 +0000 (+0000) Subject: [Ada] Einfo: minor comment fix X-Git-Tag: basepoints/gcc-10~3786 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd40a157ba7f2e703570dd83feea84ef3b07fff1;p=thirdparty%2Fgcc.git [Ada] Einfo: minor comment fix 2018-10-09 Eric Botcazou gcc/ada/ * einfo.ads: Small comment fix. From-SVN: r264976 --- 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)