mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Fix comment typo
This commit is contained in:
parent
50d7d351b5
commit
0555c47719
@ -1,3 +1,7 @@
|
||||
2018-05-08 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/nptl/internaltypes.h: Fix comment.
|
||||
|
||||
2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user