]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor comment updates.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 30 Nov 2009 09:36:20 +0000 (10:36 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 30 Nov 2009 09:36:20 +0000 (10:36 +0100)
From-SVN: r154761

gcc/ada/lib-writ.ads
gcc/ada/prj-tree.ads
gcc/ada/switch-m.ads

index d5236773a3dd65e8779f62ef8fcc1d715f90186c..fa8af04d6aecca2610e18a27c60b89edef446582 100644 (file)
@@ -157,7 +157,7 @@ package Lib.Writ is
 
    --      One of these lines appears for each of the arguments present in the
    --      call to the gnat1 program. This can be used if it is necessary to
-   --      reconstruct this call (e.g. for fix and continue)
+   --      reconstruct this call (e.g. for fix and continue).
 
    --  -------------------
    --  -- P  Parameters --
@@ -235,7 +235,7 @@ package Lib.Writ is
    --             generated exception tables. If ZX is not present, the
    --             longjmp/setjmp exception scheme is in use.
    --
-   --      Note that language defined units never output policy (Lx,Tx,Qx)
+   --      Note that language defined units never output policy (Lx, Tx, Qx)
    --      parameters. Language defined units must correctly handle all
    --      possible cases. These values are checked for consistency by the
    --      binder and then copied to the generated binder output file.
index 96a28279c32a6708aa4b165a6153578cddf0ea4b..2eb8949bd465f8140ac880d15f8c26dad56a23a7 100644 (file)
@@ -1377,8 +1377,8 @@ package Prj.Tree is
       Key        => Name_Id,
       Hash       => Hash,
       Equal      => "=");
-   --  General type for htables associating name_id to name_id.
-   --  This is in particular used to store the values of external references
+   --  General type for htables associating name_id to name_id. This is in
+   --  particular used to store the values of external references.
 
    type Project_Node_Tree_Data is record
       Project_Nodes : Tree_Private_Part.Project_Node_Table.Instance;
index a7301761f9399355586eadd74c5c9b054f5d42e2..6a800234083fbda2fc347a5ca74d653bbd79d290 100644 (file)
@@ -43,8 +43,9 @@ package Switch.M is
    --  consists of one small letter causes a fatal error exit and control does
    --  not return. For all other not recognized switches, Success is set to
    --  False, so that the switch may be passed to the compiler.
+   --
    --  Project_Node_Tree is used to store tree-specific parameters like the
-   --  project path
+   --  project path.
 
    procedure Normalize_Compiler_Switches
      (Switch_Chars : String;