summaryrefslogtreecommitdiff
path: root/gcc/ada/s-tpoben.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-tpoben.ads')
-rw-r--r--gcc/ada/s-tpoben.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-tpoben.ads b/gcc/ada/s-tpoben.ads
index afbdc6bac0d..9feba091396 100644
--- a/gcc/ada/s-tpoben.ads
+++ b/gcc/ada/s-tpoben.ads
@@ -159,7 +159,7 @@ package System.Tasking.Protected_Objects.Entries is
(Object : Protection_Entries_Access) return Boolean;
-- Returns True if an Interrupt_Handler or Attach_Handler pragma applies
-- to the protected object. That is to say this primitive returns False for
- -- Protection, but is overriden to return True when interrupt handlers are
+ -- Protection, but is overridden to return True when interrupt handlers are
-- declared so the check required by C.3.1(11) can be implemented in
-- System.Tasking.Protected_Objects.Initialize_Protection.