From a5e0616537530926193d73c2e41bf780d4a55f05 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 29 May 2010 06:09:11 +0000 Subject: Added AT91SAM7S256 demo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1961 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/credits.dox | 6 +++--- docs/src/events.dox | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/src') diff --git a/docs/src/credits.dox b/docs/src/credits.dox index a40c6fadb..bcaebb046 100644 --- a/docs/src/credits.dox +++ b/docs/src/credits.dox @@ -31,8 +31,8 @@ * requirement you should be aware of: contributing code for inclusion in * the ChibiOS/RT main line requires assigning the copyright on the * contributed code to me (Giovanni Di Sirio).
- * This may sound a bit harsh but is pretty standard for this kind of projects, - * there are several reasons for this requirement: + * This may sound a bit strange but is pretty standard for this kind of + * projects, there are several reasons for this requirement: * - ChibiOS/RT will probably also become a commercial product and it would * not be possible to re-license the code without ownership. Note that the * commercial product would not be a different or better product, just the @@ -66,7 +66,7 @@ * recognized for your hard work, see the following section. * *

Credits

- * I want to thank to all the people that directly or indirectly contributed + * I want to thank all the people that directly or indirectly contributed * to the project, I beg pardon if someone is missing: * - Adamo Reggiani, working on the Fujitsu port. * - Brian Weaver, STM8 port, STM8 and STM32 testing and improvements. diff --git a/docs/src/events.dox b/docs/src/events.dox index 22e4afec7..98ba8d55f 100644 --- a/docs/src/events.dox +++ b/docs/src/events.dox @@ -105,7 +105,7 @@ * The threads have a variety of @a wait primitives, they can @a wait for one * or more event flags to become @a pending, and can also specify AND/OR * conditions, as example a thread can @a wait for any event to become - * @a pending or @w wait for all the specified events to become @a pending.
+ * @a pending or @a wait for all the specified events to become @a pending.
* The field @p p_epending is the mask of the currently pending events, * the field @p p_ewmask is the mask of the events the thread is interested * on in that moment (AND or OR condition depending on the invoked -- cgit v1.2.3