From 98dea7e0bd0a0572cd09b79d21c66592888c5346 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 22 Feb 2022 16:29:39 +0000 Subject: [PATCH] cmake: extensions: fix a STRUCT_SECTION_ITERABLE comment reference The STRUCT_SECTION_ITERABLE have been renamed to drop the Z_ prefix, this drops the last reference in the cmake comments. Signed-off-by: Fabio Baltieri --- cmake/modules/extensions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/extensions.cmake b/cmake/modules/extensions.cmake index f9a656a02f..de3117799e 100644 --- a/cmake/modules/extensions.cmake +++ b/cmake/modules/extensions.cmake @@ -3669,7 +3669,7 @@ endmacro() # # # Define an output section which will set up an iterable area -# of equally-sized data structures. For use with Z_STRUCT_SECTION_ITERABLE. +# of equally-sized data structures. For use with STRUCT_SECTION_ITERABLE. # Input sections will be sorted by name in lexicographical order. # # Each list for an input section will define the following linker symbols: