From abc963db8fd4eb99241a0e0f7e6cff2eafc96fb0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 27 Jan 2017 07:42:29 +0100 Subject: score: Fix typo --- cpukit/score/include/rtems/score/heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems') 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. -- cgit v1.2.3