summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/mainpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/mainpage.h')
-rw-r--r--cpukit/rtems/mainpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/mainpage.h b/cpukit/rtems/mainpage.h
index 819e049be5..9801bfb915 100644
--- a/cpukit/rtems/mainpage.h
+++ b/cpukit/rtems/mainpage.h
@@ -685,9 +685,9 @@
* application in response to external and internal stimuli. TCBs are the only
* RTEMS internal data structure that can be accessed by an application via
* user extension routines. The TCB contains a task's name, ID, current
- * priority, current and starting states, execution mode, set of notepad
- * locations, TCB user extension pointer, scheduling control structures, as
- * well as data required by a blocked task.
+ * priority, current and starting states, execution mode, TCB user extension
+ * pointer, scheduling control structures, as well as data required by a
+ * blocked task.
*
* A task's context is stored in the TCB when a task switch occurs. When the
* task regains control of the processor, its context is restored from the TCB.