From 2089f993c0d01126f6766f4d323be4b9a1b54c60 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Jun 2024 18:29:48 +0200 Subject: [PATCH] rtems: Fix typos in documentation --- cpukit/include/rtems/rtems/intr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/include/rtems/rtems/intr.h b/cpukit/include/rtems/rtems/intr.h index 23bd164361..85f56c0244 100644 --- a/cpukit/include/rtems/rtems/intr.h +++ b/cpukit/include/rtems/rtems/intr.h @@ -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.