From a5a2fb4c531a2b5153911d6bd9fbca1d5f0d3e53 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 31 Dec 2008 09:08:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@570 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/ch.txt') diff --git a/docs/ch.txt b/docs/ch.txt index 4b934bc20..fe8ab6510 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -98,16 +98,16 @@ * area.

* @image html workspace.png *
- * Note that the preemption areas only present when the Thread is not + * Note that the preemption area is only present when the thread is not * running (switched out), the context switching is done by pushing the * registers on the stack of the switched-out thread and popping the registers * of the switched-in thread from its stack. - * The preemption areas can be divided in up to three structures: - * - External Context. - * - Interrupt Stack. - * - Internal Context. + * The preemption area can be divided in up to three structures: + * - External context. + * - Interrupt stack. + * - Internal context. * - * See the @ref Core documentation for details, the areas may change on + * See the @ref Core documentation for details, the area may change on * the various ports and some structures may not be present (or be zero-sized). * * @section sysmutex System Mutex Zone @@ -264,7 +264,9 @@ * The AT91SAM7X support includes: * *

* @ingroup ARM7 -- cgit v1.2.3