diff options
author | Andreas Schwab <schwab@suse.de> | 2018-05-08 14:57:33 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2018-05-08 14:59:13 +0200 |
commit | 0555c47719d1f75b0fb378f0578367a8ea112d29 (patch) | |
tree | 6da4041ad43956e19c7fb1a92ba711c5600ffc9a /sysdeps | |
parent | 50d7d351b564b347cb653cdc3cb1187a363d094e (diff) | |
download | glibc-0555c47719d1f75b0fb378f0578367a8ea112d29.zip glibc-0555c47719d1f75b0fb378f0578367a8ea112d29.tar.gz glibc-0555c47719d1f75b0fb378f0578367a8ea112d29.tar.bz2 |
Fix comment typo
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/nptl/internaltypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/internaltypes.h b/sysdeps/nptl/internaltypes.h index b29239b..b78ad99 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 |