aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-29 06:09:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-29 06:09:11 +0000
commita5e0616537530926193d73c2e41bf780d4a55f05 (patch)
treef1e2a510c21f709f62ac9d3660935bf86bd6edaf /docs/src
parent29d727356b71e0706a7069e41e70e1d5e885f4d3 (diff)
downloadChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.tar.gz
ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.tar.bz2
ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.zip
Added AT91SAM7S256 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1961 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/credits.dox6
-rw-r--r--docs/src/events.dox2
2 files changed, 4 insertions, 4 deletions
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 <b>main line</b> requires assigning the copyright on the
* contributed code to me (Giovanni Di Sirio).<br>
- * 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.
*
* <h2>Credits</h2>
- * 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:
* - <b>Adamo Reggiani</b>, working on the Fujitsu port.
* - <b>Brian Weaver</b>, 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.<br>
+ * @a pending or @a wait for all the specified events to become @a pending.<br>
* 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