diff options
Diffstat (limited to 'gcc/ada/libgnarl/s-taskin.ads')
-rw-r--r-- | gcc/ada/libgnarl/s-taskin.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnarl/s-taskin.ads b/gcc/ada/libgnarl/s-taskin.ads index 7c8b44b952c..fe725b8d731 100644 --- a/gcc/ada/libgnarl/s-taskin.ads +++ b/gcc/ada/libgnarl/s-taskin.ads @@ -982,7 +982,7 @@ package System.Tasking is -- updated it itself using information from a suspended Caller, or -- after Caller has updated it and awakened Self. - Master_of_Task : Master_Level; + Master_Of_Task : Master_Level; -- The task executing the master of this task, and the ID of this task's -- master (unique only among masters currently active within Parent). -- |