diff --git a/doc/kernel/iterable_sections/index.rst b/doc/kernel/iterable_sections/index.rst index 330e46b63d2..46ef4a3b68c 100644 --- a/doc/kernel/iterable_sections/index.rst +++ b/doc/kernel/iterable_sections/index.rst @@ -32,7 +32,7 @@ instantiated anywhere in the code base. DEFINE_DATA(d2, 3, 4); DEFINE_DATA(d3, 5, 6); -Then the linker has to be setup to place the place the structure in a +Then the linker has to be setup to place the structure in a contiguous segment using one of the linker macros such as :c:macro:`ITERABLE_SECTION_RAM` or :c:macro:`ITERABLE_SECTION_ROM`. Custom linker snippets are normally declared using one of the