diff options
author | Dominik Vogt <vogt@de.ibm.com> | 2013-07-19 05:16:28 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-07-19 02:35:04 -0400 |
commit | 075b9322c9e091b7e139f4c57e07d78d896c7a62 (patch) | |
tree | ed59e1f76c65070543cce6558eb562752b0b31c9 /nptl/pthread_mutex_lock.c | |
parent | d3d3ce982a61f4a657589f7fa0a979e9e907580d (diff) | |
download | glibc-075b9322c9e091b7e139f4c57e07d78d896c7a62.tar.gz glibc-075b9322c9e091b7e139f4c57e07d78d896c7a62.tar.xz glibc-075b9322c9e091b7e139f4c57e07d78d896c7a62.zip |
Clean up whitespace in lock elision patches.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/pthread_mutex_lock.c')
-rw-r--r-- | nptl/pthread_mutex_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index b37f39a0a9..76dd903142 100644 --- a/nptl/pthread_mutex_lock.c +++ b/nptl/pthread_mutex_lock.c @@ -86,7 +86,7 @@ __pthread_mutex_lock (mutex) /* This case can never happen on a system without elision, as the mutex type initialization functions will not allow to set the elision flags. */ - /* Don't record owner or users for elision case. This is a + /* Don't record owner or users for elision case. This is a tail call. */ return LLL_MUTEX_LOCK_ELISION (mutex); } |