aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/createthread.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/createthread.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/createthread.dox')
-rw-r--r--docs/src/createthread.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/createthread.dox b/docs/src/createthread.dox
index 8bbd74a2d..f3b8e8362 100644
--- a/docs/src/createthread.dox
+++ b/docs/src/createthread.dox
@@ -147,7 +147,7 @@ int main(int argc, char *argv[]) {
}
* @endcode
*
- * <h2>Creating a dynamic thread using the heap allocator</h2>
+ * <h2>Creating a dynamic thread using the memory pool allocator</h2>
* A pool is a collection of equally sized memory blocks, creating a thread from
* a memry pool is very similar to the previous example but the memory of
* terminated threads is returned to the memory pool rather than to a heap: