about summary refs log tree commit diff
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
parent50d7d351b564b347cb653cdc3cb1187a363d094e (diff)
downloadglibc-0555c47719d1f75b0fb378f0578367a8ea112d29.tar.gz
glibc-0555c47719d1f75b0fb378f0578367a8ea112d29.tar.xz
glibc-0555c47719d1f75b0fb378f0578367a8ea112d29.zip
Fix comment typo
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/nptl/internaltypes.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6347f386dc..6b8857bf7f 100644
--- 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
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