[PATCH] docs/zh_CN: fix CONFIG_CONPAT typo for CONFIG_COMPAT

Updated
From:Ethan Nelson-Moore <enelsonmoore@gmail.com>
Date:
Message-ID:<20260610231836.186610-1-enelsonmoore@gmail.com>
Patch:v1 · 1/1
Language:zh_CN
Patch-ID:3f781167f4ae7756d196d3e130e88b3eccd54762
Files:Documentation/translations/zh_CN/security/self-protection.rst

Patch content 1 changed file

The Simplified Chinese translation of security/self-protection.rstcontains a typo CONFIG_CONPAT for CONFIG_COMPAT. Fix it. I don't speak Chinese, but I verified that CONFIG_COMPAT was what wasintended via Google Translate. Discovered while searching for CONFIG_* symbols referenced in code butnot defined in any Kconfig file. Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>--- Documentation/translations/zh_CN/security/self-protection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/security/self-protection.rst b/Documentation/translations/zh_CN/security/self-protection.rstindex 93de9cee5c1a..ad96bb4a4995 100644--- a/Documentation/translations/zh_CN/security/self-protection.rst+++ b/Documentation/translations/zh_CN/security/self-protection.rst@@ -97,7 +97,7 @@ ARCH_OPTIONAL_KERNEL_RWX时的默认设置。 --------------------  对于64位系统,一种消除许多系统调用最简单的方法是构建时不启用-CONFIG_CONPAT。然而,这种情况通常不可行。+CONFIG_COMPAT。然而,这种情况通常不可行。  “seccomp”系统为用户空间提供了一种可选功能,提供了一种减少可供 运行中进程使用内核入口点数量的方法。这限制了可以访问内核代码-- 2.43.0