summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 21:22:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-27 21:22:52 +0000
commit5b507811d8f64ccfc4e966de9cb243cb57e5686f (patch)
tree4dee2a809a1f5e6eb3eb140a6926e16ca04ddf2f /cpukit/posix
parent2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5b507811d8f64ccfc4e966de9cb243cb57e5686f.tar.bz2
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c: Fix typo.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/src/keycreate.c2
1 files changed, 1 insertions, 1 deletions
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;
/*