summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-05-17 11:20:08 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-05-17 11:20:08 +1000
commitdcf1cdf4e304af9d1aad29ca14c133ce591f5cfa (patch)
treef6e2a39038bd4f593a184db296614e16a52cf09c
parent0f8da7c2f7df24165359fa2fe6afc6b004f9c1cd (diff)
parent62111ab351b894b858dab51d8584b04f1e260935 (diff)
Merge remote-tracking branch 'kspp/for-next/kspp'
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 6c00e5b00f8b..e0dced4da4bf 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -425,7 +425,7 @@ config GCC_PLUGIN_STRUCTLEAK
bool "Force initialization of variables containing userspace addresses"
depends on GCC_PLUGINS
help
- This plugin zero-initializes any structures that containing a
+ This plugin zero-initializes any structures containing a
__user attribute. This can prevent some classes of information
exposures.