diff options
Diffstat (limited to 'gcc/ada/g-soccon-rtems.ads')
-rw-r--r-- | gcc/ada/g-soccon-rtems.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-soccon-rtems.ads b/gcc/ada/g-soccon-rtems.ads index f2edb1736e3..a404eec9b33 100644 --- a/gcc/ada/g-soccon-rtems.ads +++ b/gcc/ada/g-soccon-rtems.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2000-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2008, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -77,7 +77,7 @@ package GNAT.Sockets.Constants is EINVAL : constant := 22; -- Invalid argument EIO : constant := 5; -- Input output error EISCONN : constant := 127; -- Socket already connected - ELOOP : constant := 92; -- Too many symbolic lynks + ELOOP : constant := 92; -- Too many symbolic links EMFILE : constant := 24; -- Too many open files EMSGSIZE : constant := 122; -- Message too long ENAMETOOLONG : constant := 91; -- Name too long |