Skip to content

Commit 6975031

Browse files
committed
gcc-plugins: fix gcc-plugins directory path in documentation
Fix typos "plgins" -> "plugins". Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Kees Cook <[email protected]>
1 parent 4877846 commit 6975031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/kbuild/reproducible-builds.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Structure randomisation
101101

102102
If you enable ``CONFIG_GCC_PLUGIN_RANDSTRUCT``, you will need to
103103
pre-generate the random seed in
104-
``scripts/gcc-plgins/randomize_layout_seed.h`` so the same value
104+
``scripts/gcc-plugins/randomize_layout_seed.h`` so the same value
105105
is used in rebuilds.
106106

107107
Debug info conflicts

scripts/gcc-plugins/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT
7878
source tree isn't cleaned after kernel installation).
7979

8080
The seed used for compilation is located at
81-
scripts/gcc-plgins/randomize_layout_seed.h. It remains after
81+
scripts/gcc-plugins/randomize_layout_seed.h. It remains after
8282
a make clean to allow for external modules to be compiled with
8383
the existing seed and will be removed by a make mrproper or
8484
make distclean.

0 commit comments

Comments
 (0)