diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-29 10:30:53 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-29 10:30:53 +0000 |
commit | e05475d019d8eb2b23c844464e3ca85009b663a7 (patch) | |
tree | 8df51d60c4f222f4d04c4d4ccb53c0b45b570992 /gcc/ada/s-stausa.ads | |
parent | ff50836499c6eb91c2d89322f928ff468b5a886f (diff) | |
download | gcc-e05475d019d8eb2b23c844464e3ca85009b663a7.tar.gz |
Minor clean ups.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-stausa.ads')
-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 f42e37452f7..9aa432b129c 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 |