diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/inet_ntoa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/inet_ntoa.c b/inet/inet_ntoa.c index fc2c3dd..d895a59 100644 --- a/inet/inet_ntoa.c +++ b/inet/inet_ntoa.c @@ -1,5 +1,5 @@ /* Convert Inet number to ASCII representation. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -88,7 +88,7 @@ init (void) } -/* free the thread specific data, this is done if a thread terminates. */ +/* Free the thread specific data, this is done if a thread terminates. */ static void free_key_mem (void *mem) { |