[rtems commit] score: Fix typo

Sebastian Huber sebh at rtems.org
Fri Jan 27 06:42:46 UTC 2017


Module:    rtems
Branch:    master
Commit:    abc963db8fd4eb99241a0e0f7e6cff2eafc96fb0
Changeset: http://git.rtems.org/rtems/commit/?id=abc963db8fd4eb99241a0e0f7e6cff2eafc96fb0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 27 07:42:29 2017 +0100

score: Fix typo

---

 cpukit/score/include/rtems/score/heap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index 5db22cf..3835e7d 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.




More information about the vc mailing list