[Ada] Opt: clean up left-overs of earlier implementation in comment
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 19 Aug 2019 08:35:44 +0000 (08:35 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 19 Aug 2019 08:35:44 +0000 (08:35 +0000)
2019-08-19  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* opt.ads: Clean up left-overs of earlier implementation in
comment:

From-SVN: r274642

gcc/ada/ChangeLog
gcc/ada/opt.ads

index 78e17437b9a3784d4cffbc385716ef1fc917edcf..3163ad1c14218f140e020ba79d060286055908b8 100644 (file)
@@ -1,3 +1,8 @@
+2019-08-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * opt.ads: Clean up left-overs of earlier implementation in
+       comment:
+
 2019-08-19  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_ch3.adb (Derived_Enumeration_Type): Do no freeze anonymous
index 4d3e87edc80cc3c963f7db89ff6137f327dd84b7..3158899a4b75b7389afde17f142afdc728346d2f 100644 (file)
@@ -501,7 +501,7 @@ package Opt is
    type Distribution_Stub_Mode_Type is
    --  GNAT
      (No_Stubs,
-      --  Normal mode, no generation/compilation of distribution stubs
+      --  Normal mode, no generation of distribution stubs
 
       Generate_Receiver_Stub_Body,
       --  The unit being compiled is the RCI body, and the compiler will
@@ -513,8 +513,8 @@ package Opt is
 
    Distribution_Stub_Mode : Distribution_Stub_Mode_Type := No_Stubs;
    --  GNAT
-   --  This enumeration variable indicates the five states of distribution
-   --  annex stub generation/compilation.
+   --  This enumeration variable indicates the three states of distribution
+   --  annex stub generation.
 
    Do_Not_Execute : Boolean := False;
    --  GNATMAKE