rtems: Fix typos in documentation

This commit is contained in:
Sebastian Huber
2024-06-21 18:29:48 +02:00
parent 7ce6667e38
commit 2089f993c0

View File

@@ -505,7 +505,7 @@ rtems_status_code rtems_interrupt_catch(
* @parblock
* Lock objects are only needed in some RTEMS build configurations, for example
* where the SMP support is enabled. The #RTEMS_INTERRUPT_LOCK_NEEDS_OBJECT
* constant can be usused to determine whether a lock object is needded or not.
* constant can be used to determine whether a lock object is needed or not.
* This may help to reduce the memory demands of an application. All lock
* operations do not use the lock object parameter if lock objects are not
* needed.