diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-02-13 15:24:10 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-06-28 06:16:55 +0300 |
commit | 6975031a31f0c72a20e464c1df4c607d6bb44fb8 (patch) | |
tree | 12d0492175a7ac7a45fba45f35edbdf5e008ce43 /Documentation/kbuild | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 (diff) | |
download | linux-6975031a31f0c72a20e464c1df4c607d6bb44fb8.tar.xz |
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 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/reproducible-builds.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/reproducible-builds.rst b/Documentation/kbuild/reproducible-builds.rst index 503393854e2e..3b25655e441b 100644 --- a/Documentation/kbuild/reproducible-builds.rst +++ b/Documentation/kbuild/reproducible-builds.rst @@ -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 |