summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/keycreate.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 21:39:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 21:39:23 +0000
commit1d0efc105e0cf44414fe748699e1c93281945531 (patch)
treee56cd8638c10284ca6b5d2bb6f8c350c90595953 /cpukit/posix/src/keycreate.c
parent2007-11-06 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-1d0efc105e0cf44414fe748699e1c93281945531.tar.bz2
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1266/cpukit * posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead of class for key indexing.
Diffstat (limited to 'cpukit/posix/src/keycreate.c')
-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 d8ae746992..fbf84101e0 100644
--- a/cpukit/posix/src/keycreate.c
+++ b/cpukit/posix/src/keycreate.c
@@ -46,7 +46,7 @@ int pthread_key_create(
/*
* This is a bit more complex than one might initially expect because
* APIs are optional. Thus there may be no ITRON tasks to have keys
- * for. [NOTE: Currently RTEMS Classic API tasks are not always enabled.]
+ * for. [NOTE: Currently RTEMS Classic API tasks are always enabled.]
*/
for ( the_api = 1;