diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2018-10-09 15:06:16 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-10-09 15:06:16 +0000 |
commit | fd40a157ba7f2e703570dd83feea84ef3b07fff1 (patch) | |
tree | 4862c9000bfcf9a8cc0a10d8d6518970174725ee /gcc | |
parent | 0444d0671d2696d9a3eef8ce01fe77f82702c0e3 (diff) | |
download | gcc-fd40a157ba7f2e703570dd83feea84ef3b07fff1.zip gcc-fd40a157ba7f2e703570dd83feea84ef3b07fff1.tar.gz gcc-fd40a157ba7f2e703570dd83feea84ef3b07fff1.tar.bz2 |
[Ada] Einfo: minor comment fix
2018-10-09 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* einfo.ads: Small comment fix.
From-SVN: r264976
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/einfo.ads | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 2c0bce6..072e19a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,9 @@ 2018-10-09 Eric Botcazou <ebotcazou@adacore.com> + * einfo.ads: Small comment fix. + +2018-10-09 Eric Botcazou <ebotcazou@adacore.com> + * sem_ch7.adb (Has_Referencer): Add comment for the N_Freeze_Entity case. Do not rely on Has_Referencer_Of_Non_Subprograms to clear the Is_Public flag on diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index 018684d..b803fe0 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) |