summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/rtems/mainpage.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0f3f1bcdea..9f0bfea118 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/mainpage.h: Remove comment referring to ITRON.
* rtems/src/rtemsobjectgetapiname.c: Remove ITRON.
* sapi/include/rtems/config.h: Remove ITRON.
* score/src/objectapimaximumclass.c: Remove OBJECTS_ITRON_API.
diff --git a/cpukit/rtems/mainpage.h b/cpukit/rtems/mainpage.h
index 9764c16c9f..c35095f71b 100644
--- a/cpukit/rtems/mainpage.h
+++ b/cpukit/rtems/mainpage.h
@@ -16,5 +16,5 @@
* with each of the public APIs implemented in terms of a common
* foundation layer called the SuperCore. This is the Doxygen
* generated documentation for the RTEMS CPU Kit including the
- * Classic API, POSIX API, uITRON API and SuperCore.
+ * Classic API, POSIX API and SuperCore.
*/