This is an automated email from the ASF dual-hosted git repository.
archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 28a6f7c541a docs/config: Wrong term.
28a6f7c541a is described below
commit 28a6f7c541a24040139481be56480fdfc1150fbd
Author: Geoffroy Du Prey <[email protected]>
AuthorDate: Wed Oct 22 18:03:00 2025 +0200
docs/config: Wrong term.
Fixes #17225
Signed-off-by: Geoffroy Du Prey <[email protected]>
---
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.