Commit b91fccb3 by Bob Duff Committed by Arnaud Charlet

g-comlin.ads, [...]: Minor comment fix.

2010-06-23  Bob Duff  <duff@adacore.com>

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

From-SVN: r161270
parent 0eed45bb
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> 2010-06-23 Eric Botcazou <ebotcazou@adacore.com>
* exp_ch11.adb (Expand_Local_Exception_Handlers): Propagate the end * exp_ch11.adb (Expand_Local_Exception_Handlers): Propagate the end
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- 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 -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -317,7 +317,7 @@ package GNAT.Command_Line is ...@@ -317,7 +317,7 @@ package GNAT.Command_Line is
procedure Goto_Section procedure Goto_Section
(Name : String := ""; (Name : String := "";
Parser : Opt_Parser := Command_Line_Parser); 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 -- looking at the beginning of the section. An empty name ("") refers to
-- the first section between the program name and the first section -- the first section between the program name and the first section
-- delimiter. If the section does not exist, then Invalid_Section is -- delimiter. If the section does not exist, then Invalid_Section is
......
...@@ -856,7 +856,8 @@ package body Sem_Ch13 is ...@@ -856,7 +856,8 @@ package body Sem_Ch13 is
Attribute_Write => Attribute_Write =>
null; 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 => when others =>
null; null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment