Skip to content

Commit 9323a3f

Browse files
aescolarfabiobaltieri
authored andcommitted
arch/Kconfig: Fix ARCH_POSIX comment
The comment applies to all POSIX arch based targets, not just native_posix. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 8add7cb commit 9323a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ config ARCH_POSIX
140140
select NATIVE_BUILD
141141
select HAS_COVERAGE_SUPPORT
142142
select BARRIER_OPERATIONS_BUILTIN
143-
# native_posix gets its memory cleared on entry by the host OS
143+
# POSIX arch based targets get their memory cleared on entry by the host OS
144144
select SKIP_BSS_CLEAR
145145
help
146146
POSIX (native) architecture

0 commit comments

Comments
 (0)