aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/memory.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-12 08:49:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-12 08:49:55 +0000
commit17bd98c1fa7948c0b9df0aab555db9a8c1062f45 (patch)
treebc62ee69b31ffae79fabf36f5c73c1f878453bd9 /docs/src/memory.dox
parent5a19338b10324d85021b42bbb019b4ec7d71bafd (diff)
downloadChibiOS-17bd98c1fa7948c0b9df0aab555db9a8c1062f45.tar.gz
ChibiOS-17bd98c1fa7948c0b9df0aab555db9a8c1062f45.tar.bz2
ChibiOS-17bd98c1fa7948c0b9df0aab555db9a8c1062f45.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2073 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/memory.dox')
-rw-r--r--docs/src/memory.dox2
1 files changed, 1 insertions, 1 deletions
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 @@
* <br>
* 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.