[Ada] Einfo: minor tweak in comment
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 16 Jul 2018 14:10:18 +0000 (14:10 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 16 Jul 2018 14:10:18 +0000 (14:10 +0000)
2018-07-16  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* einfo.ads: Minor tweak in comment.

From-SVN: r262705

gcc/ada/ChangeLog
gcc/ada/einfo.ads

index f692dd8..9831456 100644 (file)
@@ -1,3 +1,7 @@
+2018-07-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * einfo.ads: Minor tweak in comment.
+
 2018-07-16  Javier Miranda  <miranda@adacore.com>
 
        * sem_ch4.adb (Analyze_Membership_Op): Code cleanup.
index 79fd1c2..2ed8e10 100644 (file)
@@ -3139,8 +3139,8 @@ package Einfo is
 --       flag may be set for any other functions or procedures that are known
 --       to be side effect free, so in the case of subprograms, the Is_Pure
 --       flag may be used by the optimizer to imply that it can assume freedom
---       from side effects (other than those resulting from assignment to out
---       parameters, or to objects designated by access parameters).
+--       from side effects (other than those resulting from assignment to Out
+--       or In Out parameters, or to objects designated by access parameters).
 
 --    Is_Pure_Unit_Access_Type (Flag189)
 --       Defined in access type and subtype entities. Set if the type or