]> sourceware.org Git - glibc.git/commitdiff
Fix comment typo
authorAndreas Schwab <schwab@suse.de>
Tue, 8 May 2018 12:57:33 +0000 (14:57 +0200)
committerAndreas Schwab <schwab@suse.de>
Tue, 8 May 2018 12:59:13 +0000 (14:59 +0200)
ChangeLog
sysdeps/nptl/internaltypes.h

index 6347f386dc652a6bf8dc2fa47645423d6fee9de7..6b8857bf7f2769aed78ad1bfecc096db5d792beb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b29239b1dcbed99782cec02d6f29b1275227577d..b78ad99a888b4e3bd50ba744fa26469023735015 100644 (file)
@@ -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
This page took 0.070573 seconds and 5 git commands to generate.