about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-11 11:34:48 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-11 11:34:48 -0700
commiteae2d36a96a266fa49459fdb8f98489afba9f0bb (patch)
tree1e80e8fd755ee42d3c81ea5089f488e6c41c72d2
parent60cc4a18e6a2c865e250609a3021fa4ff2b57650 (diff)
downloadglibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.tar.gz
glibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.tar.xz
glibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.zip
Fix a typo in ChangeLo.
-rw-r--r--nptl/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 830690cb90..bf648a3037 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -13,7 +13,7 @@
 
 	* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
 	(__cleanup_fct_attribute): Check __x86_64__ instead of
-	__x86_64__.
+	__WORDSIZE.
 
 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>