summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/killinfo.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 22:54:54 +0000
commit816aab91429895ac8e27a2c6ece2c3b32275da41 (patch)
tree6ff9f26ac9b5f11530c1e07f951d8bfc019c5f56 /cpukit/posix/src/killinfo.c
parent2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-816aab91429895ac8e27a2c6ece2c3b32275da41.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c, posix/src/killinfo.c: Remove more ITRON references.
Diffstat (limited to 'cpukit/posix/src/killinfo.c')
-rw-r--r--cpukit/posix/src/killinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index 7ab9beb78a..c02f7807e6 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -184,7 +184,7 @@ int killinfo(
for (the_api = OBJECTS_CLASSIC_API; the_api <= OBJECTS_APIS_LAST; the_api++) {
/*
- * This can occur when no one is interested and ITRON is not configured.
+ * This can occur when no one is interested and an API is not configured.
*/
if ( !_Objects_Information_table[ the_api ] )
continue;