Skip to content

Commit

Permalink
gcc-plugins: fix gcc-plugins directory path in documentation
Browse files Browse the repository at this point in the history
Fix typos "plgins" -> "plugins".

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Kees Cook <[email protected]>
  • Loading branch information
masahir0y committed Jun 28, 2020
1 parent 4877846 commit 6975031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/kbuild/reproducible-builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Structure randomisation

If you enable ``CONFIG_GCC_PLUGIN_RANDSTRUCT``, you will need to
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.

Debug info conflicts
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-plugins/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6975031

Please sign in to comment.