From 17bd98c1fa7948c0b9df0aab555db9a8c1062f45 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 12 Jul 2010 08:49:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2073 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/memory.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/memory.dox') diff --git a/docs/src/memory.dox b/docs/src/memory.dox index 1bd39b266..f41dff32f 100644 --- a/docs/src/memory.dox +++ b/docs/src/memory.dox @@ -126,7 +126,7 @@ *
* When designing a system it is recommended to proceed as follow: * -# Use static objects and initializers whenever possible. - * -# Where dynamic allocation is required without have to free the allocated + * -# Where dynamic allocation is required without having to free the allocated * memory then use the Core Memory Manager allocation APIs. * -# Where dynamic allocation is required evaluate if one or more memory * pools can be used. -- cgit v1.2.3