From 28a6f7c541a24040139481be56480fdfc1150fbd Mon Sep 17 00:00:00 2001 From: Geoffroy Du Prey Date: Wed, 22 Oct 2025 18:03:00 +0200 Subject: [PATCH] docs/config: Wrong term. Fixes #17225 Signed-off-by: Geoffroy Du Prey --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 9249de831e1..962a5255844 100644 --- a/Kconfig +++ b/Kconfig @@ -2301,7 +2301,7 @@ config DEBUG_RESET_INFO endif # DEBUG_RESET config DEBUG_IPC - bool "IPC (Interprocessor communication) Debug Features" + bool "IPC (Inter-Process Communication) Debug Features" default n ---help--- Enable IPC debug features.