summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/timer_routines.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-31 18:42:30 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-31 18:42:30 +0000
commitcbbb4b6cccb27883ec6addced47c690ba1219153 (patch)
tree5ff2ebf74acebfb5e8982b3bcbf6c3ac4c231b3e /nptl/sysdeps/pthread/timer_routines.c
parent0c2601faae4f43dc4b5dc99f4b8abc1b8130798d (diff)
Fix comment.
Diffstat (limited to 'nptl/sysdeps/pthread/timer_routines.c')
-rw-r--r--nptl/sysdeps/pthread/timer_routines.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/timer_routines.c b/nptl/sysdeps/pthread/timer_routines.c
index ddd8afe988..10de4e2df4 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>.