From 29c73be182b70fd08a44f1fb597a3eac6aff777d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 9 Sep 2010 14:54:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2170 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/architecture.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/src/architecture.dox b/docs/src/architecture.dox index e5a73239e..d71a43fc8 100644 --- a/docs/src/architecture.dox +++ b/docs/src/architecture.dox @@ -109,7 +109,7 @@ * the kernel if not needed. * - @ref semaphores, counter semaphores subsystem. * - @ref mutexes, mutexes subsystem with support to the priority inheritance - * algorithm (fully implemented, any depht). + * algorithm (fully implemented, any depth). * - @ref condvars, condition variables, together with mutexes the condition * variables allow the implementation of monitor constructs. * - @ref events, event sources and event flags with flexible support for @@ -142,7 +142,7 @@ * by the other allocators in order to get chunks of memory in a consistent * way. * - @ref heaps, central heap manager using a first fit strategy, it also - * allow the creation of multiple heaps in order to handle non uniform + * allows the creation of multiple heaps in order to handle non uniform * memory areas. * - @ref pools, very fast fixed size objects allocator. * - @ref threads (dynamic), usually threads are static objects in ChibiOS/RT @@ -185,7 +185,7 @@ * stream interface. * - @ref io_queues, generic, byte wide, I/O queues APIs. * . - * - @ref debug, debug services and APIs. The @ref registry susystem can be + * - @ref debug, debug services and APIs. The @ref registry subsystem can be * seen as part of the debug category even if it finds use in non-debug * roles. * . -- cgit v1.2.3