diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-29 12:30:53 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-29 12:30:53 +0200 |
commit | 9ddffe321a71a66a972b68497ecccaa1df2c6c4f (patch) | |
tree | 8df51d60c4f222f4d04c4d4ccb53c0b45b570992 | |
parent | 4fc26524b5b40e7be207ba6378c3385bdbe4bcd1 (diff) | |
download | gcc-9ddffe321a71a66a972b68497ecccaa1df2c6c4f.zip gcc-9ddffe321a71a66a972b68497ecccaa1df2c6c4f.tar.gz gcc-9ddffe321a71a66a972b68497ecccaa1df2c6c4f.tar.bz2 |
Minor clean ups.
From-SVN: r146946
-rw-r--r-- | gcc/ada/s-stausa.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/s-stausa.ads b/gcc/ada/s-stausa.ads index f42e374..9aa432b 100644 --- a/gcc/ada/s-stausa.ads +++ b/gcc/ada/s-stausa.ads @@ -54,9 +54,8 @@ package System.Stack_Usage is Task_Name : String (1 .. Task_Name_Length); Value : Natural; - -- Amount of the stack used; the value is calculated on the basis of - -- the mechanism used by GNAT to allocate it, and it is NOT a precise - -- value. + -- Amount of stack used. The value is calculated on the basis of the + -- mechanism used by GNAT to allocate it, and it is NOT a precise value. Variation : Natural; -- Possible variation in the amount of used stack. The real stack usage |