From c5be0f71d9cac2f9bf0b01bb4b0221ddb6504969 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 19 Jan 2011 10:20:38 -0800 Subject: Fix comment typos. --- nptl/pthread_rwlock_rdlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/pthread_rwlock_rdlock.c') diff --git a/nptl/pthread_rwlock_rdlock.c b/nptl/pthread_rwlock_rdlock.c index 31eb508a0d..2feac57e25 100644 --- a/nptl/pthread_rwlock_rdlock.c +++ b/nptl/pthread_rwlock_rdlock.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 , 2003. @@ -31,7 +31,7 @@ __pthread_rwlock_rdlock (rwlock) { int result = 0; - /* Make sure we are along. */ + /* Make sure we are alone. */ lll_lock (rwlock->__data.__lock, rwlock->__data.__shared); while (1) -- cgit 1.4.1