From d0b9295fd9c1fc8e2458634f2d88ba1ef38d54a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Dec 2012 10:17:04 +0100 Subject: Fix spelling --- cpukit/score/include/rtems/score/heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/heap.h') diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h index 36ef48f3b6..f3d259d6cf 100644 --- a/cpukit/score/include/rtems/score/heap.h +++ b/cpukit/score/include/rtems/score/heap.h @@ -558,7 +558,7 @@ bool _Heap_Free( Heap_Control *heap, void *addr ); * If @a dump is @c true, then diagnostic messages will be printed to standard * output. In this case @a source is used to mark the output lines. * - * Returns @c true if no errors occured, and @c false if the heap is corrupt. + * Returns @c true if no errors occurred, and @c false if the heap is corrupt. */ bool _Heap_Walk( Heap_Control *heap, -- cgit v1.2.3