Fix English in description of GCC_PLUGIN_STRUCTLEAK
authorJean Delvare <jdelvare@suse.de>
Mon, 24 Apr 2017 06:52:37 +0000 (08:52 +0200)
committerKees Cook <keescook@chromium.org>
Mon, 19 Jun 2017 19:37:32 +0000 (12:37 -0700)
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: c61f13eaa1ee ("gcc-plugins: Add structleak for more stack initialization")
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
arch/Kconfig

index 6c00e5b..e0dced4 100644 (file)
@@ -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.