aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-05-29 10:06:21 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-05-29 10:06:21 +0200
commit623fba708e6a8c331b4c20e2b9a9d01a30857742 (patch)
tree09c3ccdf406a4a699dd7a10c115c93fc93fb3894 /gcc
parentcdbf04c041ab5d60441c4af55a79d1a3d3cee43b (diff)
downloadgcc-623fba708e6a8c331b4c20e2b9a9d01a30857742.zip
gcc-623fba708e6a8c331b4c20e2b9a9d01a30857742.tar.gz
gcc-623fba708e6a8c331b4c20e2b9a9d01a30857742.tar.bz2
* sinput-p.ads: Minor reformatting
From-SVN: r136142
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/sinput-p.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinput-p.ads b/gcc/ada/sinput-p.ads
index 85ac35d..2eb3e37 100644
--- a/gcc/ada/sinput-p.ads
+++ b/gcc/ada/sinput-p.ads
@@ -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;