summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-27 07:42:29 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-27 07:42:29 +0100
commitabc963db8fd4eb99241a0e0f7e6cff2eafc96fb0 (patch)
treec40f2403f0f243355da650e9f9f4899c1f1715f7
parentscore: Fix user extensions order (diff)
downloadrtems-abc963db8fd4eb99241a0e0f7e6cff2eafc96fb0.tar.bz2
score: Fix typo
-rw-r--r--cpukit/score/include/rtems/score/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index 5db22cf2ed..3835e7de41 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -414,7 +414,7 @@ typedef uintptr_t (*Heap_Initialization_or_extend_handler)(
* area starting at @a area_begin of size @a area_size bytes.
*
* There are no alignment requirements. The memory area must be big enough to
- * contain some maintainance blocks. It must not overlap parts of the current
+ * contain some maintenance blocks. It must not overlap parts of the current
* heap areas. Disconnected subordinate heap areas will lead to used blocks
* which cover the gaps. Extending with an inappropriate memory area will
* corrupt the heap.