summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems')
-rw-r--r--cpukit/include/rtems/score/coremsgimpl.h8
-rw-r--r--cpukit/include/rtems/score/corerwlockimpl.h2
-rw-r--r--cpukit/include/rtems/score/coresemimpl.h2
-rw-r--r--cpukit/include/rtems/score/heapimpl.h2
-rw-r--r--cpukit/include/rtems/score/mrspimpl.h4
-rw-r--r--cpukit/include/rtems/score/objectimpl.h8
-rw-r--r--cpukit/include/rtems/score/profiling.h2
-rw-r--r--cpukit/include/rtems/score/protectedheap.h2
8 files changed, 15 insertions, 15 deletions
diff --git a/cpukit/include/rtems/score/coremsgimpl.h b/cpukit/include/rtems/score/coremsgimpl.h
index 6f6a01bea6..161cf8f124 100644
--- a/cpukit/include/rtems/score/coremsgimpl.h
+++ b/cpukit/include/rtems/score/coremsgimpl.h
@@ -261,7 +261,7 @@ Status_Control _CORE_message_queue_Broadcast(
* @retval STATUS_MESSAGE_INVALID_SIZE The message size was too big.
* @retval STATUS_TOO_MANY No message buffers were available.
* @retval STATUS_MESSAGE_QUEUE_WAIT_IN_ISR The caller is in an ISR, do not block!
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*/
Status_Control _CORE_message_queue_Submit(
CORE_message_queue_Control *the_message_queue,
@@ -298,7 +298,7 @@ Status_Control _CORE_message_queue_Submit(
*
* @retval STATUS_SUCCESSFUL The message was successfully seized from the message queue.
* @retval STATUS_UNSATISFIED Wait was set to false and there is currently no pending message.
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*
* @note Returns message priority via return area in TCB.
*
@@ -351,7 +351,7 @@ void _CORE_message_queue_Insert_message(
* @retval STATUS_MESSAGE_INVALID_SIZE The message size was too big.
* @retval STATUS_TOO_MANY No message buffers were available.
* @retval STATUS_MESSAGE_QUEUE_WAIT_IN_ISR The caller is in an ISR, do not block!
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*/
RTEMS_INLINE_ROUTINE Status_Control _CORE_message_queue_Send(
CORE_message_queue_Control *the_message_queue,
@@ -387,7 +387,7 @@ RTEMS_INLINE_ROUTINE Status_Control _CORE_message_queue_Send(
* @retval STATUS_MESSAGE_INVALID_SIZE The message size was too big.
* @retval STATUS_TOO_MANY No message buffers were available.
* @retval STATUS_MESSAGE_QUEUE_WAIT_IN_ISR The caller is in an ISR, do not block!
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*/
RTEMS_INLINE_ROUTINE Status_Control _CORE_message_queue_Urgent(
CORE_message_queue_Control *the_message_queue,
diff --git a/cpukit/include/rtems/score/corerwlockimpl.h b/cpukit/include/rtems/score/corerwlockimpl.h
index b182ebeeeb..dc1f375be6 100644
--- a/cpukit/include/rtems/score/corerwlockimpl.h
+++ b/cpukit/include/rtems/score/corerwlockimpl.h
@@ -169,7 +169,7 @@ RTEMS_INLINE_ROUTINE void _CORE_RWLock_Release(
* @retval STATUS_SUCCESSFUL The RWlock was successfully seized.
* @retval STATUS_UNAVAILABLE The RWlock is currently locked for writing
* and the calling thread is not willing to wait.
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*/
Status_Control _CORE_RWLock_Seize_for_reading(
diff --git a/cpukit/include/rtems/score/coresemimpl.h b/cpukit/include/rtems/score/coresemimpl.h
index 00356b80bf..ba4825bce9 100644
--- a/cpukit/include/rtems/score/coresemimpl.h
+++ b/cpukit/include/rtems/score/coresemimpl.h
@@ -195,7 +195,7 @@ RTEMS_INLINE_ROUTINE uint32_t _CORE_semaphore_Get_count(
* @retval STATUS_SUCCESSFUL The semaphore was successfully seized.
* @retval STATUS_UNSATISFIED The semaphore is currently not free and the
* calling thread not willing to wait.
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*/
RTEMS_INLINE_ROUTINE Status_Control _CORE_semaphore_Seize(
CORE_semaphore_Control *the_semaphore,
diff --git a/cpukit/include/rtems/score/heapimpl.h b/cpukit/include/rtems/score/heapimpl.h
index 76b9da8d5d..4403f186c7 100644
--- a/cpukit/include/rtems/score/heapimpl.h
+++ b/cpukit/include/rtems/score/heapimpl.h
@@ -185,7 +185,7 @@ bool _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 _Heap_Walk(
diff --git a/cpukit/include/rtems/score/mrspimpl.h b/cpukit/include/rtems/score/mrspimpl.h
index 89711d6b1b..3e64ad94e6 100644
--- a/cpukit/include/rtems/score/mrspimpl.h
+++ b/cpukit/include/rtems/score/mrspimpl.h
@@ -345,8 +345,8 @@ RTEMS_INLINE_ROUTINE Status_Control _MRSP_Initialize(
* @retval STATUS_SUCCESSFUL The operation succeeded.
* @retval STATUS_MUTEX_CEILING_VIOLATED The wait priority of the
* currently executing thread exceeds the ceiling priority.
- * @retval STATUS_DEADLOCK A deadlock occured.
- * @retval STATUS_TIMEOUT A timeout occured.
+ * @retval STATUS_DEADLOCK A deadlock occurred.
+ * @retval STATUS_TIMEOUT A timeout occurred.
*/
RTEMS_INLINE_ROUTINE Status_Control _MRSP_Wait_for_ownership(
MRSP_Control *mrsp,
diff --git a/cpukit/include/rtems/score/objectimpl.h b/cpukit/include/rtems/score/objectimpl.h
index 0c9c85e062..54db4577bc 100644
--- a/cpukit/include/rtems/score/objectimpl.h
+++ b/cpukit/include/rtems/score/objectimpl.h
@@ -326,7 +326,7 @@ Objects_Control *_Objects_Get_no_protection(
* @param[in, out] next_id_p The Id of the next object we will look at.
*
* @retval pointer Pointer to the located object.
- * @retval NULL An error occured.
+ * @retval NULL An error occurred.
*/
Objects_Control *_Objects_Get_next(
Objects_Id id,
@@ -346,7 +346,7 @@ Objects_Control *_Objects_Get_next(
*
* @retval pointer Pointer to the Object Information Table
* for the class of objects which corresponds to this object ID.
- * @retval NULL An error occured.
+ * @retval NULL An error occurred.
*/
Objects_Information *_Objects_Get_information(
Objects_APIs the_api,
@@ -363,7 +363,7 @@ Objects_Information *_Objects_Get_information(
*
* @retval pointer Pointer to the Object Information Table
* for the class of objects which corresponds to this object ID.
- * @retval NULL An error occured.
+ * @retval NULL An error occurred.
*/
Objects_Information *_Objects_Get_information_id(
Objects_Id id
@@ -396,7 +396,7 @@ RTEMS_INLINE_ROUTINE bool _Objects_Has_string_name(
* @param[out] name A string which will be filled in.
*
* @retval @a name The operation was succeeded and the string was correctly filled in.
- * @retval NULL An error occured.
+ * @retval NULL An error occurred.
*/
char *_Objects_Get_name_as_string(
Objects_Id id,
diff --git a/cpukit/include/rtems/score/profiling.h b/cpukit/include/rtems/score/profiling.h
index 20e6a4a027..71bd797158 100644
--- a/cpukit/include/rtems/score/profiling.h
+++ b/cpukit/include/rtems/score/profiling.h
@@ -163,7 +163,7 @@ static inline void _Profiling_Update_max_interrupt_delay(
* disable level is decremented.
*
* @param cpu The cpu control.
- * @param interrupt_entry_instant The instant that the interrupt occured.
+ * @param interrupt_entry_instant The instant that the interrupt occurred.
* @param interrupt_exit_instant The instant in which the interrupt was exited.
*/
void _Profiling_Outer_most_interrupt_entry_and_exit(
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 );