Commit 6975031a authored by Masahiro Yamada's avatar Masahiro Yamada

gcc-plugins: fix gcc-plugins directory path in documentation

Fix typos "plgins" -> "plugins".
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Acked-by: default avatarKees Cook <keescook@chromium.org>
parent 48778464
...@@ -101,7 +101,7 @@ Structure randomisation ...@@ -101,7 +101,7 @@ Structure randomisation
If you enable ``CONFIG_GCC_PLUGIN_RANDSTRUCT``, you will need to If you enable ``CONFIG_GCC_PLUGIN_RANDSTRUCT``, you will need to
pre-generate the random seed in pre-generate the random seed in
``scripts/gcc-plgins/randomize_layout_seed.h`` so the same value ``scripts/gcc-plugins/randomize_layout_seed.h`` so the same value
is used in rebuilds. is used in rebuilds.
Debug info conflicts Debug info conflicts
......
...@@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT ...@@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT
source tree isn't cleaned after kernel installation). source tree isn't cleaned after kernel installation).
The seed used for compilation is located at 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 a make clean to allow for external modules to be compiled with
the existing seed and will be removed by a make mrproper or the existing seed and will be removed by a make mrproper or
make distclean. make distclean.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment