From 075b9322c9e091b7e139f4c57e07d78d896c7a62 Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Fri, 19 Jul 2013 05:16:28 +0000 Subject: Clean up whitespace in lock elision patches. Signed-off-by: Carlos O'Donell --- nptl/pthread_mutex_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_mutex_lock.c') 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); } -- cgit 1.4.1