diff options
author | Enrico Weigelt <[email protected]> | 2019-12-03 12:33:14 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2019-12-18 12:50:27 +0100 |
commit | e156c6176c9d6e69e166fb20e3b4e9f85ead8d77 (patch) | |
tree | 754103980fd7c59b044973ce8e0e19c86c269f3f | |
parent | 957a227d413b06130b7d57d1954d821edf6991c1 (diff) |
Documentation/x86/boot: Fix typo
s/Fileds/Fields/g
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Thomas Gleixner <[email protected]>
Cc: x86-ml <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/x86/boot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst index 90bb8f5ab384..692ce57ac140 100644 --- a/Documentation/x86/boot.rst +++ b/Documentation/x86/boot.rst @@ -251,7 +251,7 @@ setting fields in the header, you must make sure only to set fields supported by the protocol version in use. -Details of Harder Fileds +Details of Header Fields ======================== For each field, some are information from the kernel to the bootloader |