diff options
Diffstat (limited to 'gcc/ada/s-inmaop-dummy.adb')
-rw-r--r-- | gcc/ada/s-inmaop-dummy.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-inmaop-dummy.adb b/gcc/ada/s-inmaop-dummy.adb index edd636ed077..4c7f77c63ae 100644 --- a/gcc/ada/s-inmaop-dummy.adb +++ b/gcc/ada/s-inmaop-dummy.adb @@ -134,9 +134,9 @@ package body System.Interrupt_Management.Operations is null; end Empty_Interrupt_Mask; - ----------------------- - -- Add_To_Sigal_Mask -- - ----------------------- + --------------------------- + -- Add_To_Interrupt_Mask -- + --------------------------- procedure Add_To_Interrupt_Mask (Mask : access Interrupt_Mask; |