OSDN Git Service

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Class_Wide_Type>: Fix
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-osinte-lynxos.ads
index dd30d24..6acb132 100644 (file)
@@ -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.