aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-intnam-vxworks.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-intnam-vxworks.ads')
-rw-r--r--gcc/ada/a-intnam-vxworks.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-intnam-vxworks.ads b/gcc/ada/a-intnam-vxworks.ads
index b698611dce7..beb915be0b0 100644
--- a/gcc/ada/a-intnam-vxworks.ads
+++ b/gcc/ada/a-intnam-vxworks.ads
@@ -31,7 +31,7 @@
-- --
------------------------------------------------------------------------------
--- This is the VxWorks version of this package.
+-- This is the VxWorks version of this package
with System.OS_Interface;
@@ -39,6 +39,6 @@ package Ada.Interrupts.Names is
subtype Hardware_Interrupts is Interrupt_ID
range Interrupt_ID'First .. System.OS_Interface.Max_HW_Interrupt;
- -- Range of values that can be used for hardware interrupts.
+ -- Range of values that can be used for hardware interrupts
end Ada.Interrupts.Names;