diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1246b2eaac..ec6a8f7918 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-07-27 Joel Sherrill + + * posix/src/keycreate.c: Fix typo. + 2010-07-27 Joel Sherrill * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.c: Now supports diff --git a/cpukit/posix/src/keycreate.c b/cpukit/posix/src/keycreate.c index 15382bbe4a..1fc87641e5 100644 --- a/cpukit/posix/src/keycreate.c +++ b/cpukit/posix/src/keycreate.c @@ -62,7 +62,7 @@ int pthread_key_create( /* * Since the removal of ITRON, this cannot occur. */ - if ( !_Objects_Information_table[ api_index ] ) + if ( !_Objects_Information_table[ the_api ] ) continue; /*