diff options
Diffstat (limited to 'gcc/ada/g-soccon-solaris.ads')
-rw-r--r-- | gcc/ada/g-soccon-solaris.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-soccon-solaris.ads b/gcc/ada/g-soccon-solaris.ads index 4b433bf5792..cd0aebd5125 100644 --- a/gcc/ada/g-soccon-solaris.ads +++ b/gcc/ada/g-soccon-solaris.ads @@ -77,7 +77,7 @@ package GNAT.Sockets.Constants is EINVAL : constant := 22; -- Invalid argument EIO : constant := 5; -- Input output error EISCONN : constant := 133; -- Socket already connected - ELOOP : constant := 90; -- Too many symbolic lynks + ELOOP : constant := 90; -- Too many symbolic links EMFILE : constant := 24; -- Too many open files EMSGSIZE : constant := 97; -- Message too long ENAMETOOLONG : constant := 78; -- Name too long |