summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-lynxos.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-osinte-lynxos.ads')
-rw-r--r--gcc/ada/s-osinte-lynxos.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-osinte-lynxos.ads b/gcc/ada/s-osinte-lynxos.ads
index dd30d242176..6acb132011f 100644
--- a/gcc/ada/s-osinte-lynxos.ads
+++ b/gcc/ada/s-osinte-lynxos.ads
@@ -173,7 +173,7 @@ package System.OS_Interface is
SA_SIGINFO : constant := 16#80#;
SA_ONSTACK : constant := 16#00#;
- -- SA_ONSTACK is not defined on LynxOS, but it is refered to in the POSIX
+ -- SA_ONSTACK is not defined on LynxOS, but it is referred to in the POSIX
-- implementation of System.Interrupt_Management. Therefore we define a
-- dummy value of zero here so that setting this flag is a nop.