From b473ab453920166e23ab2f136e05cd1d30ee329f Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Tue, 20 May 2008 14:52:53 +0200 Subject: g-byorma.adb, [...]: Update comments. 2008-05-20 Robert Dewar * 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 --- gcc/ada/prepcomp.adb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/ada/prepcomp.adb') 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); -- cgit v1.1