mlib-utl.ads: Minor reformatting
authorRobert Dewar <dewar@adacore.com>
Thu, 31 Jul 2008 08:17:03 +0000 (10:17 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 08:17:03 +0000 (10:17 +0200)
2008-07-31  Robert Dewar  <dewar@adacore.com>

* mlib-utl.ads: Minor reformatting

From-SVN: r138363

gcc/ada/mlib-utl.ads

index 2894d1fe7737c8ea36f21a44d1f599cbdf9ec664..ae0509d0a21a1c6cfe78d4b20a7dcd5b518ff3c4 100644 (file)
@@ -47,13 +47,12 @@ package MLib.Utl is
    procedure Ar
      (Output_File : String;
       Objects     : Argument_List);
-   --  Run ar to move all the binaries inside the archive. If ranlib is on the
-   --  path, run it also. Output_File is the path name of the archive to
+   --  Run ar to move all the binaries inside the archive. If ranlib is on
+   --  the path, run it also. Output_File is the path name of the archive to
    --  create. Objects is the list of the path names of the object files to be
-   --  put in the archive.
-   --  This procedure currently assumes that it is always called in the context
-   --  of gnatmake. If other executable start using this procedure, an
-   --  additional parameter would need to be added, and calls to
+   --  put in the archive. This procedure currently assumes that it is always
+   --  called in the context of gnatmake. If other executable start using this
+   --  procedure, an additional parameter would need to be added, and calls to
    --  Osint.Program_Name updated accordingly in the body.
 
    function Lib_Directory return String;