summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/README')
-rw-r--r--cpukit/libcsupport/src/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/README b/cpukit/libcsupport/src/README
index 7a9383c524..43fe818b18 100644
--- a/cpukit/libcsupport/src/README
+++ b/cpukit/libcsupport/src/README
@@ -10,7 +10,7 @@ Overview of newlib support (newlib is from CYGNUS)
This is implemented by a reentrancy data structure for each task.
When a task is "started" (in RTEMS sense) the reentrancy structure
- is allocated. Its address is stored in notepad[NOTEPAD_LAST].
+ is allocated.
When task is switched to, the value of global variable _impure_ptr
is changed to the value of the new tasks reentrancy structure.