aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/memory.dox
diff options
context:
space:
mode:
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.