diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-31 18:42:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-31 18:42:30 +0000 |
commit | cbbb4b6cccb27883ec6addced47c690ba1219153 (patch) | |
tree | 5ff2ebf74acebfb5e8982b3bcbf6c3ac4c231b3e | |
parent | 0c2601faae4f43dc4b5dc99f4b8abc1b8130798d (diff) | |
download | glibc-cbbb4b6cccb27883ec6addced47c690ba1219153.zip glibc-cbbb4b6cccb27883ec6addced47c690ba1219153.tar.gz glibc-cbbb4b6cccb27883ec6addced47c690ba1219153.tar.bz2 |
Fix comment.
-rw-r--r-- | nptl/sysdeps/pthread/timer_routines.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/timer_routines.c b/nptl/sysdeps/pthread/timer_routines.c index ddd8afe..10de4e2 100644 --- a/nptl/sysdeps/pthread/timer_routines.c +++ b/nptl/sysdeps/pthread/timer_routines.c @@ -1,5 +1,5 @@ -/* Helper code for POSIX timer implementation on LinuxThreads. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +/* Helper code for POSIX timer implementation on NPTL. + Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. |