about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-10-02 08:52:55 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2012-10-02 08:52:55 +0530
commitadcdc775e11f6fc788448b9e2b0b4ef08579e463 (patch)
treec3ca6b14d1c961936629d269e2af2eea66acd3bb /ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
parent51367701af87ea6f1154fb4ddab27e7f4560ee6c (diff)
downloadglibc-adcdc775e11f6fc788448b9e2b0b4ef08579e463.tar.gz
glibc-adcdc775e11f6fc788448b9e2b0b4ef08579e463.tar.xz
glibc-adcdc775e11f6fc788448b9e2b0b4ef08579e463.zip
Fix clone flag name in comment to CLONE_CHILD_CLEARTID.
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h')
-rw-r--r--ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h b/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
index b9fa69ce37..5811361e3a 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
+++ b/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
@@ -256,7 +256,7 @@ extern int __lll_robust_timedlock_wait (int *futex, const struct timespec *,
     1  -  taken by one user
    >1  -  taken by more users */
 
-/* The kernel notifies a process which uses CLONE_CLEARTID via futex
+/* The kernel notifies a process which uses CLONE_CHILD_CLEARTID via futex
    wakeup when the clone terminates.  The memory location contains the
    thread ID while the clone is running and is reset to zero
    afterwards.	*/