diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 11:34:48 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 11:34:48 -0700 |
commit | eae2d36a96a266fa49459fdb8f98489afba9f0bb (patch) | |
tree | 1e80e8fd755ee42d3c81ea5089f488e6c41c72d2 /nptl/ChangeLog | |
parent | 60cc4a18e6a2c865e250609a3021fa4ff2b57650 (diff) | |
download | glibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.tar glibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.tar.gz glibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.tar.bz2 glibc-eae2d36a96a266fa49459fdb8f98489afba9f0bb.zip |
Fix a typo in ChangeLo.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
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> |