Skip to content

Commit 9aa50b3

Browse files
authored
Fix typos in documentation (#1674)
1 parent 31f2c3f commit 9aa50b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMSIS/DoxyGen/RTOS2/src/cmsis_os2.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ RTX5 offers three different memory allocation methods for objects:
304304
- \ref StaticObjectMemory reserves memory during compile time and completely avoids that a system can be out of memory.
305305
This is typically a required for some safety critical systems.
306306

307-
It possible to intermix all the memory allocation methods in the same application.
307+
It's possible to intermix all the memory allocation methods in the same application.
308308

309309
\subsection GlobalMemoryPool Global Memory Pool
310310

@@ -356,8 +356,8 @@ Memory Pool (osMemoryPoolAttr_t::mp_mem) | 4-Byte alignment. Size calculated
356356
Message Queue (osMessageQueueAttr_t::mq_mem) | 4-Byte alignment. Size calculated with \ref osRtxMessageQueueMemSize.
357357

358358

359-
In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks these
360-
needs to be placed in individual memory sections, i.e. using `__attribute__((section(...)))`.
359+
In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks,
360+
they need to be placed in individual memory sections by using `__attribute__((section(...)))`.
361361

362362
RTX Object | Linker Section
363363
--------------|------------------------

0 commit comments

Comments
 (0)