g-comlin.ads, [...]: Minor comment fix.
authorBob Duff <duff@adacore.com>
Wed, 23 Jun 2010 10:13:57 +0000 (10:13 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 23 Jun 2010 10:13:57 +0000 (12:13 +0200)
2010-06-23  Bob Duff  <duff@adacore.com>

* g-comlin.ads, sem_ch13.adb: Minor comment fix.

From-SVN: r161270

gcc/ada/ChangeLog
gcc/ada/g-comlin.ads
gcc/ada/sem_ch13.adb

index 6874fe5..d3e7b3c 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-23  Bob Duff  <duff@adacore.com>
+
+       * g-comlin.ads, sem_ch13.adb: Minor comment fix.
+
 2010-06-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        * exp_ch11.adb (Expand_Local_Exception_Handlers): Propagate the end
index 8752ddc..7285fe3 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                     Copyright (C) 1999-2009, AdaCore                     --
+--                     Copyright (C) 1999-2010, AdaCore                     --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -317,7 +317,7 @@ package GNAT.Command_Line is
    procedure Goto_Section
      (Name   : String := "";
       Parser : Opt_Parser := Command_Line_Parser);
-   --  Change the current section. The next Getopt of Get_Argument will start
+   --  Change the current section. The next Getopt or Get_Argument will start
    --  looking at the beginning of the section. An empty name ("") refers to
    --  the first section between the program name and the first section
    --  delimiter. If the section does not exist, then Invalid_Section is
index 8690807..ad51258 100644 (file)
@@ -856,7 +856,8 @@ package body Sem_Ch13 is
                  Attribute_Write          =>
                null;
 
-            --  Other cases are errors, which will be caught below
+            --  Other cases are errors ("attribute& cannot be set with
+            --  definition clause"), which will be caught below.
 
             when others =>
                null;