summaryrefslogtreecommitdiff
path: root/gcc/ada/s-interr-vxworks.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-interr-vxworks.adb')
-rw-r--r--gcc/ada/s-interr-vxworks.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-interr-vxworks.adb b/gcc/ada/s-interr-vxworks.adb
index fac4cfc8619..98254e617be 100644
--- a/gcc/ada/s-interr-vxworks.adb
+++ b/gcc/ada/s-interr-vxworks.adb
@@ -232,7 +232,7 @@ package body System.Interrupts is
-- Calling this procedure with New_Handler = null and Static = True
-- means we want to detach the current handler regardless of the
- -- previous handler's binding status (ie. do not care if it is a
+ -- previous handler's binding status (i.e. do not care if it is a
-- dynamic or static handler).
-- This option is needed so that during the finalization of a PO, we
@@ -342,7 +342,7 @@ package body System.Interrupts is
-- Calling this procedure with New_Handler = null and Static = True
-- means we want to detach the current handler regardless of the
- -- previous handler's binding status (ie. do not care if it is a
+ -- previous handler's binding status (i.e. do not care if it is a
-- dynamic or static handler).
-- This option is needed so that during the finalization of a PO, we
@@ -616,7 +616,7 @@ package body System.Interrupts is
-- Each Interrupt_Server_Task has an associated binary semaphore
-- on which it pends once it's been started. This routine determines
- -- The appropriate semaphore and and issues a semGive call, waking
+ -- The appropriate semaphore and issues a semGive call, waking
-- the server task. When a handler is unbound,
-- System.Interrupts.Unbind_Handler issues a semFlush, and the
-- server task deletes its semaphore and terminates.