diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-28 20:31:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-28 20:31:05 +0000 |
commit | 34728efb1629b43e72d5f8ac22093abb3b90db13 (patch) | |
tree | 1981c10853d693fd0cbdb2cc94ff19eaaa8c8c93 | |
parent | 1c95751962551546010184ebdd0ff46d9f22a3cf (diff) | |
download | ChibiOS-34728efb1629b43e72d5f8ac22093abb3b90db13.tar.gz ChibiOS-34728efb1629b43e72d5f8ac22093abb3b90db13.tar.bz2 ChibiOS-34728efb1629b43e72d5f8ac22093abb3b90db13.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@924 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/src/goals.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/goals.dox b/docs/src/goals.dox index 13e764802..46c092086 100644 --- a/docs/src/goals.dox +++ b/docs/src/goals.dox @@ -57,7 +57,7 @@ * finalized to this objective. Everything you can invoke in the kernel is
* designed to not fail unless you pass garbage as parameters, stray pointers
* as examples. The APIs are not slowed down by parameter checks,
- * parameter checks (and consistency checks) do exists but only when the
+ * parameter checks (and consistency checks) do exist but only when the
* debug switch is activated.<br>
* All the static core APIs always succeed if correct parameters are passed.
* Exception to this are the optional allocators APIs that, of course,
|