gcc-plugins: fix gcc-plugins directory path in documentation
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 13 Feb 2020 12:24:10 +0000 (21:24 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Jun 2020 03:16:55 +0000 (12:16 +0900)
Fix typos "plgins" -> "plugins".

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
Documentation/kbuild/reproducible-builds.rst
scripts/gcc-plugins/Kconfig

index 5033938..3b25655 100644 (file)
@@ -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
index ce0b99f..ae19fb0 100644 (file)
@@ -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.