aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prepcomp.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-05-20 14:52:53 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-05-20 14:52:53 +0200
commitb473ab453920166e23ab2f136e05cd1d30ee329f (patch)
tree2ab5e757720242b1e1b9f5f6052c4f646debc0e7 /gcc/ada/prepcomp.adb
parent590760eb9d222ed4b15e77bf6b53aec2827d0cdf (diff)
downloadgcc-b473ab453920166e23ab2f136e05cd1d30ee329f.zip
gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.tar.gz
gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.tar.bz2
g-byorma.adb, [...]: Update comments.
2008-05-20 Robert Dewar <dewar@adacore.com> * g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads, sem_ch12.adb: Update comments. Minor reformatting. * exp_ch2.adb: Typo * s-unstyp.ads: Fixed some typos in comments. From-SVN: r135651
Diffstat (limited to 'gcc/ada/prepcomp.adb')
-rw-r--r--gcc/ada/prepcomp.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/prepcomp.adb b/gcc/ada/prepcomp.adb
index 818bb49..a2b58be 100644
--- a/gcc/ada/prepcomp.adb
+++ b/gcc/ada/prepcomp.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2003-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 2003-2008, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -245,8 +245,7 @@ package body Prepcomp is
""" not found");
end if;
- -- Initialize the scanner and set its behavior for a processing data
- -- file
+ -- Initialize scanner and set its behavior for processing a data file
Scn.Scanner.Initialize_Scanner (Source_Index_Of_Preproc_Data_File);
Scn.Scanner.Set_End_Of_Line_As_Token (True);