Skip to content

Commit 9b2d8e8

Browse files
jenmwmsnashif
authored andcommitted
cmake: extensions.cmake: use blocklist instead in comment
There is a comment which needed to be rephrased for inclusive language. This commit replaces it with the recommended replacement. Signed-off-by: Jennifer Williams <[email protected]>
1 parent d6c9d40 commit 9b2d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/extensions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ endfunction()
10571057
function(zephyr_check_compiler_flag_hardcoded lang option check exists)
10581058
# Various flags that are not supported for CXX may not be testable
10591059
# because they would produce a warning instead of an error during
1060-
# the test. Exclude them by toolchain-specific blacklist.
1060+
# the test. Exclude them by toolchain-specific blocklist.
10611061
if((${lang} STREQUAL CXX) AND ("${option}" IN_LIST CXX_EXCLUDED_OPTIONS))
10621062
set(check 0 PARENT_SCOPE)
10631063
set(exists 1 PARENT_SCOPE)

0 commit comments

Comments
 (0)