aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/types.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-17 15:31:42 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-17 15:31:42 +0200
commitc5d91669f305eb83adb2ef982b05ee19a15fbf47 (patch)
treed8fc5b05422c518bb486d7b26cdb24c2dcf90224 /gcc/ada/types.ads
parentc4edb5791a28deb8bc93737089840d4c989418f1 (diff)
downloadgcc-c5d91669f305eb83adb2ef982b05ee19a15fbf47.zip
gcc-c5d91669f305eb83adb2ef982b05ee19a15fbf47.tar.gz
gcc-c5d91669f305eb83adb2ef982b05ee19a15fbf47.tar.bz2
[multiple changes]
2009-04-17 Robert Dewar <dewar@adacore.com> * exp_disp.adb: Minor reformatting Minor code reorganization (use Nkind_In) * prepcomp.adb: Minor reformatting * sem_ch3.adb: Minor reformatting * sem_res.adb: Minor comment addition * exp_ch5.adb (Expand_Assign_Array): Use Has_Address_Clause to test for address clause * lib-xref.adb (Generate_Reference): Exclude recursive calls from setting Is_Referenced * types.ads: Minor reformatting 2009-04-17 Arnaud Charlet <charlet@adacore.com> * gnat_ugn.texi: Initial documentation on binding generator. From-SVN: r146266
Diffstat (limited to 'gcc/ada/types.ads')
-rw-r--r--gcc/ada/types.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/types.ads b/gcc/ada/types.ads
index 3b89ab2..96b60b5 100644
--- a/gcc/ada/types.ads
+++ b/gcc/ada/types.ads
@@ -192,8 +192,8 @@ package Types is
subtype Source_Buffer is Text_Buffer;
-- Type used to store text of a source file . The buffer for the main
-- source (the source specified on the command line) has a lower bound
- -- starting at zero. Subsequent subsidiary sources have lower bounds which
- -- are one greater than the previous upper bound.
+ -- starting at zero. Subsequent subsidiary sources have lower bounds
+ -- which are one greater than the previous upper bound.
subtype Big_Source_Buffer is Text_Buffer (0 .. Text_Ptr'Last);
-- This is a virtual type used as the designated type of the access