From fd40a157ba7f2e703570dd83feea84ef3b07fff1 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 9 Oct 2018 15:06:16 +0000 Subject: [PATCH] [Ada] Einfo: minor comment fix 2018-10-09 Eric Botcazou gcc/ada/ * einfo.ads: Small comment fix. From-SVN: r264976 --- gcc/ada/ChangeLog | 4 ++++ gcc/ada/einfo.ads | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 2c0bce6a54c..072e19a8b11 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 018684d7b2f..b803fe059a8 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) -- 2.30.2