Commit 9ddffe32 by Arnaud Charlet

Minor clean ups.

From-SVN: r146946
parent 4fc26524
...@@ -54,9 +54,8 @@ package System.Stack_Usage is ...@@ -54,9 +54,8 @@ package System.Stack_Usage is
Task_Name : String (1 .. Task_Name_Length); Task_Name : String (1 .. Task_Name_Length);
Value : Natural; Value : Natural;
-- Amount of the stack used; the value is calculated on the basis of -- Amount of stack used. The value is calculated on the basis of the
-- the mechanism used by GNAT to allocate it, and it is NOT a precise -- mechanism used by GNAT to allocate it, and it is NOT a precise value.
-- value.
Variation : Natural; Variation : Natural;
-- Possible variation in the amount of used stack. The real stack usage -- Possible variation in the amount of used stack. The real stack usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment