summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/protectedheap.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-16 13:27:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-16 13:42:27 +0200
commit36655b870c09e090b515011961c36fabd3f70e37 (patch)
tree057fafbd38141da93a2516657b9f9a84b7e6114f /cpukit/include/rtems/score/protectedheap.h
parentsparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTION (diff)
downloadrtems-36655b870c09e090b515011961c36fabd3f70e37.tar.bz2
cpukit: occured -> occurred
Diffstat (limited to 'cpukit/include/rtems/score/protectedheap.h')
-rw-r--r--cpukit/include/rtems/score/protectedheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/protectedheap.h b/cpukit/include/rtems/score/protectedheap.h
index 8d42fb48b3..a8b9718ac3 100644
--- a/cpukit/include/rtems/score/protectedheap.h
+++ b/cpukit/include/rtems/score/protectedheap.h
@@ -220,7 +220,7 @@ bool _Protected_heap_Free( Heap_Control *heap, void *addr );
* @param source If @a dump is @c true, this is used to mark the output lines.
* @param dump Indicates whether diagnostic messages will be printed to standard output.
*
- * @retval true No errors occured, the heap´s integrity is not violated.
+ * @retval true No errors occurred, the heap´s integrity is not violated.
* @retval false The heap is corrupt.
*/
bool _Protected_heap_Walk( Heap_Control *heap, int source, bool dump );