diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-02-13 21:24:10 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-06-28 12:16:55 +0900 |
commit | 6975031a31f0c72a20e464c1df4c607d6bb44fb8 (patch) | |
tree | 12d0492175a7ac7a45fba45f35edbdf5e008ce43 /scripts/gcc-plugins | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 (diff) | |
download | linux-next-6975031a31f0c72a20e464c1df4c607d6bb44fb8.tar.gz |
gcc-plugins: fix gcc-plugins directory path in documentation
Fix typos "plgins" -> "plugins".
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r-- | scripts/gcc-plugins/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig index ce0b99fb5847..ae19fb0243b9 100644 --- a/scripts/gcc-plugins/Kconfig +++ b/scripts/gcc-plugins/Kconfig @@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT source tree isn't cleaned after kernel installation). The seed used for compilation is located at - scripts/gcc-plgins/randomize_layout_seed.h. It remains after + scripts/gcc-plugins/randomize_layout_seed.h. It remains after a make clean to allow for external modules to be compiled with the existing seed and will be removed by a make mrproper or make distclean. |