From e05475d019d8eb2b23c844464e3ca85009b663a7 Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 29 Apr 2009 10:30:53 +0000 Subject: Minor clean ups. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146946 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/s-stausa.ads | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/ada/s-stausa.ads') 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 -- cgit v1.2.1