diff options
Diffstat (limited to 'gcc/ada/5qtaprop.adb')
-rw-r--r-- | gcc/ada/5qtaprop.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/5qtaprop.adb b/gcc/ada/5qtaprop.adb index 52c09cf..988f8ba 100644 --- a/gcc/ada/5qtaprop.adb +++ b/gcc/ada/5qtaprop.adb @@ -945,7 +945,7 @@ package body System.Task_Primitives.Operations is -- Arrange to unlock Self_ID's ATCB lock. The following check -- may be unnecessary because the specification of Sleep says - -- the caller shoud hold its own ATCB lock before calling Sleep + -- the caller should hold its own ATCB lock before calling Sleep if Self_ID.Common.LL.L.Owner = To_Address (Self_ID) then Self_ID.Common.LL.L.Owner := System.Null_Address; |