summaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_trylock.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2019-02-19 10:59:31 -0500
committerCarlos O'Donell <carlos@redhat.com>2019-02-19 11:00:07 -0500
commit04de93022685bd19347c3ded5ac50b09e2037243 (patch)
treeccf2402daad60fbf467bc666f120d847d857a8e1 /nptl/pthread_mutex_trylock.c
parentb026ce1ee92de325463535c15ab5575f21b23702 (diff)
downloadglibc-04de93022685bd19347c3ded5ac50b09e2037243.tar.gz
nptl: Fix comment typo in pthread_mutex_trylock.c
Diffstat (limited to 'nptl/pthread_mutex_trylock.c')
-rw-r--r--nptl/pthread_mutex_trylock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c
index bf2869eca2..3bba464409 100644
--- a/nptl/pthread_mutex_trylock.c
+++ b/nptl/pthread_mutex_trylock.c
@@ -130,7 +130,7 @@ __pthread_mutex_trylock (pthread_mutex_t *mutex)
__asm ("" ::: "memory");
THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL);
- /* Note that we deliberately exist here. If we fall
+ /* Note that we deliberately exit here. If we fall
through to the end of the function __nusers would be
incremented which is not correct because the old
owner has to be discounted. */