File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Structure randomisation
101
101
102
102
If you enable ``CONFIG_GCC_PLUGIN_RANDSTRUCT ``, you will need to
103
103
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
105
105
is used in rebuilds.
106
106
107
107
Debug info conflicts
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT
78
78
source tree isn't cleaned after kernel installation).
79
79
80
80
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
82
82
a make clean to allow for external modules to be compiled with
83
83
the existing seed and will be removed by a make mrproper or
84
84
make distclean.
You can’t perform that action at this time.
0 commit comments