* sinput-p.ads: Minor reformatting
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 29 May 2008 08:06:21 +0000 (10:06 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 29 May 2008 08:06:21 +0000 (10:06 +0200)
From-SVN: r136142

gcc/ada/sinput-p.ads

index 85ac35d331a878dcd48d4fb274a2c32621b813e8..2eb3e376802bc981b9fb25b8a6cd090812f2c4cf 100644 (file)
@@ -32,7 +32,7 @@ with Scans; use Scans;
 package Sinput.P is
 
    function Load_Project_File (Path : String) return Source_File_Index;
-   --  Load into memory the source of a project source file. Initialize the
+   --  Load the source of a project source file into memory and initialize the
    --  Scans state.
 
    procedure Reset_First;