git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1232 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-10-17 11:43:41 +00:00
parent efa39b271f
commit ca817db850
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
* allocators such as:
* - C-Runtime allocator.
* - Heap allocator (see @ref heaps).
* - @ref Memory pools allocator (see @ref pools).
* - Memory pools allocator (see @ref pools).
* .
* By having a centralized memory provider the various allocators can coexist
* and share the main memory.<br>