summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/heap.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-14 10:17:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-14 10:17:04 +0100
commitd0b9295fd9c1fc8e2458634f2d88ba1ef38d54a2 (patch)
treea06112396af7d844478d64a5f5619b931827d296 /cpukit/score/include/rtems/score/heap.h
parentFilesystem: Revert documentation changes (diff)
downloadrtems-d0b9295fd9c1fc8e2458634f2d88ba1ef38d54a2.tar.bz2
Fix spelling
Diffstat (limited to '')
-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 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,