diff options
Diffstat (limited to 'gcc/ada/s-tasuti.ads')
-rw-r--r-- | gcc/ada/s-tasuti.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-tasuti.ads b/gcc/ada/s-tasuti.ads index 5135bafe49a..7f9e8bff20c 100644 --- a/gcc/ada/s-tasuti.ads +++ b/gcc/ada/s-tasuti.ads @@ -52,7 +52,7 @@ package System.Tasking.Utilities is -- then it will abort all the level 2 tasks. See Finalize_Global_Tasks -- procedure for more information. -- - -- This is a dangerous operation, and should only be used on nested tasks + -- This is a dangerous operation, and should never be used on nested tasks -- or tasks that depend on any objects that might be finalized earlier than -- the termination of the environment task. It is for internal use by the -- GNARL, to prevent such internal server tasks from preventing a partition |