aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-secsta.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-07 18:22:41 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-07 18:22:41 +0200
commit1732c156412b8af08b0b24a615c99176a8ec3237 (patch)
treee9b2f6cbd742a2692a34820f716babe65fa10464 /gcc/ada/s-secsta.ads
parentfcb82ab00fc48f48f59067ba7a94e9e331a74462 (diff)
downloadgcc-1732c156412b8af08b0b24a615c99176a8ec3237.zip
gcc-1732c156412b8af08b0b24a615c99176a8ec3237.tar.gz
gcc-1732c156412b8af08b0b24a615c99176a8ec3237.tar.bz2
[multiple changes]
2009-04-07 Bob Duff <duff@adacore.com> * s-secsta.ads, g-pehage.ads, s-fileio.ads: Minor comment fixes 2009-04-07 Bob Duff <duff@adacore.com> * gnat_rm.texi, s-fileio.adb (System.File_IO.Open): New feature: A Form parameter of Text_Translation=No allows binary mode for Text_IO files. * gnat_rm.texi: Document Form parameter Text_Translation=xxx. 2009-04-07 Javier Miranda <miranda@adacore.com> * exp_ch5.adb (Expand_Assign_Array): Add implicit conversion when processing the bounds for bit packed arrays or VM target machines. From-SVN: r145691
Diffstat (limited to 'gcc/ada/s-secsta.ads')
-rw-r--r--gcc/ada/s-secsta.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-secsta.ads b/gcc/ada/s-secsta.ads
index 4e39e22..22fbd88 100644
--- a/gcc/ada/s-secsta.ads
+++ b/gcc/ada/s-secsta.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2009, 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- --
@@ -60,7 +60,7 @@ package System.Secondary_Stack is
--
-- Otherwise (Sec_Stack_Ratio between 0 and 100), Stk is an IN parameter
-- that is already pointing to a Stack_Id. The secondary stack in this case
- -- is fixed, and any attempt to allocated more than the initial size will
+ -- is fixed, and any attempt to allocate more than the initial size will
-- result in a Storage_Error being raised.
--
-- Note: the reason that Stk is passed is that SS_Init is called before