From 9323a3f9c71b1c244be9996b7ae70bd6669583b3 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 5 Dec 2023 17:10:46 +0100 Subject: [PATCH] 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 --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 2884540ef37..bc99f789014 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -140,7 +140,7 @@ config ARCH_POSIX select NATIVE_BUILD select HAS_COVERAGE_SUPPORT select BARRIER_OPERATIONS_BUILTIN - # native_posix gets its memory cleared on entry by the host OS + # POSIX arch based targets get their memory cleared on entry by the host OS select SKIP_BSS_CLEAR help POSIX (native) architecture