* sinput-p.ads: Minor reformatting

From-SVN: r136142
This commit is contained in:
Arnaud Charlet 2008-05-29 10:06:21 +02:00
parent cdbf04c041
commit 623fba708e
1 changed files with 1 additions and 1 deletions

View 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;