Messages in this thread Patch in this message |  | | Date | Wed, 18 Dec 2019 11:57:35 -0000 | | From | "tip-bot2 for Enrico Weigelt" <> | | Subject | [tip: x86/cleanups] Documentation/x86/boot: Fix typo |
| |
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: e156c6176c9d6e69e166fb20e3b4e9f85ead8d77 Gitweb: https://git.kernel.org/tip/e156c6176c9d6e69e166fb20e3b4e9f85ead8d77 Author: Enrico Weigelt <info@metux.net> AuthorDate: Tue, 03 Dec 2019 12:33:14 +01:00 Committer: Borislav Petkov <bp@suse.de> CommitterDate: Wed, 18 Dec 2019 12:50:27 +01:00
Documentation/x86/boot: Fix typo
s/Fileds/Fields/g
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Borislav Petkov <bp@suse.de> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Thomas Gleixner <tglx@linutronix.de> Cc: x86-ml <x86@kernel.org> Link: https://lkml.kernel.org/r/20191203113314.26810-1-info@metux.net --- Documentation/x86/boot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/x86/boot.rst b/Documentation/x86/boot.rst index 90bb8f5..692ce57 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
|  |