summaryrefslogtreecommitdiff
path: root/nptl/pthread_rwlock_timedrdlock.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-01-19 10:20:38 -0800
committerRoland McGrath <roland@redhat.com>2011-01-19 10:20:38 -0800
commitc5be0f71d9cac2f9bf0b01bb4b0221ddb6504969 (patch)
treeadb3ff760788fc89740142649b1618179beffb99 /nptl/pthread_rwlock_timedrdlock.c
parent5d5732b0dc815675130db6882499602fd41dc9cc (diff)
Fix comment typos.
Diffstat (limited to 'nptl/pthread_rwlock_timedrdlock.c')
-rw-r--r--nptl/pthread_rwlock_timedrdlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/pthread_rwlock_timedrdlock.c b/nptl/pthread_rwlock_timedrdlock.c
index fcd10aac90..75be8e7d01 100644
--- a/nptl/pthread_rwlock_timedrdlock.c
+++ b/nptl/pthread_rwlock_timedrdlock.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2003,2004,2007,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>, 2003.
@@ -32,7 +32,7 @@ pthread_rwlock_timedrdlock (rwlock, abstime)
{
int result = 0;
- /* Make sure we are along. */
+ /* Make sure we are alone. */
lll_lock(rwlock->__data.__lock, rwlock->__data.__shared);
while (1)