From 34728efb1629b43e72d5f8ac22093abb3b90db13 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 28 Apr 2009 20:31:05 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@924 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/goals.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
* All the static core APIs always succeed if correct parameters are passed. * Exception to this are the optional allocators APIs that, of course,