summaryrefslogtreecommitdiff
path: root/gcc/ada/s-intman.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-intman.ads')
-rw-r--r--gcc/ada/s-intman.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-intman.ads b/gcc/ada/s-intman.ads
index ae68d27a334..fb91662bda1 100644
--- a/gcc/ada/s-intman.ads
+++ b/gcc/ada/s-intman.ads
@@ -42,7 +42,7 @@
-- Interrupt_ID into the visible part of this package. The type Interrupt_ID
-- is used to derive the type in Ada.Interrupts, and adding more operations
-- to that type would be illegal according to the Ada Reference Manual. This
--- is the reason why the signals sets are implemeneted using visible arrays
+-- is the reason why the signals sets are implemented using visible arrays
-- rather than functions.
with System.OS_Interface;