summaryrefslogtreecommitdiff
path: root/sysdeps/nptl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2018-05-08 14:57:33 +0200
committerAndreas Schwab <schwab@suse.de>2018-05-08 14:59:13 +0200
commit0555c47719d1f75b0fb378f0578367a8ea112d29 (patch)
tree6da4041ad43956e19c7fb1a92ba711c5600ffc9a /sysdeps/nptl
parent50d7d351b564b347cb653cdc3cb1187a363d094e (diff)
Fix comment typo
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r--sysdeps/nptl/internaltypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/internaltypes.h b/sysdeps/nptl/internaltypes.h
index b29239b1dc..b78ad99a88 100644
--- a/sysdeps/nptl/internaltypes.h
+++ b/sysdeps/nptl/internaltypes.h
@@ -140,7 +140,7 @@ struct pthread_key_struct
struct new_sem
{
#if __HAVE_64B_ATOMICS
- /* The data field holds both value (in the least-significant 32 bytes) and
+ /* The data field holds both value (in the least-significant 32 bits) and
nwaiters. */
# if __BYTE_ORDER == __LITTLE_ENDIAN
# define SEM_VALUE_OFFSET 0