[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MULTIBOOT2 DOC PATCH v2 02/11] multiboot2: Replace redundant if with th
From: |
Daniel Kiper |
Subject: |
[MULTIBOOT2 DOC PATCH v2 02/11] multiboot2: Replace redundant if with the |
Date: |
Thu, 24 Nov 2016 21:40:01 +0100 |
Signed-off-by: Daniel Kiper <address@hidden>
---
v2 - suggestions/fixes:
- replace redundant if with the
(suggested by Andrew Cooper).
---
doc/multiboot.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/multiboot.texi b/doc/multiboot.texi
index d2b940f..c438b38 100644
--- a/doc/multiboot.texi
+++ b/doc/multiboot.texi
@@ -425,7 +425,7 @@ u32 | size |
@samp{type} is divided into 2 parts. Lower contains an identifier of contents
of the rest of the tag.
@samp{size} contains the size of tag including header fields.
-If bit @samp{0} of @samp{flags} (also known as @samp{optional}) is set if
bootloader may ignore this tag if it
+If bit @samp{0} of @samp{flags} (also known as @samp{optional}) is set, the
bootloader may ignore this tag if it
lacks relevant support.
Tags are terminated by a tag of type @samp{0} and size @samp{8}.
--
1.7.10.4
- [MULTIBOOT2 DOC PATCH v2 00/10] multiboot2: Update documentation, Daniel Kiper, 2016/11/24
- [MULTIBOOT2 DOC PATCH v2 02/11] multiboot2: Replace redundant if with the,
Daniel Kiper <=
- [MULTIBOOT2 DOC PATCH v2 01/11] multiboot2: Rename Multiboot to Multiboot2, Daniel Kiper, 2016/11/24
- [MULTIBOOT2 DOC PATCH v2 03/11] multiboot2: Clarify meaning of information request header tag, Daniel Kiper, 2016/11/24
- [MULTIBOOT2 DOC PATCH v2 04/11] multiboot2: Fix description of EFI boot services tag, Daniel Kiper, 2016/11/24
- [MULTIBOOT2 DOC PATCH v2 05/11] multiboot2: Add description of support for EFI boot services, Daniel Kiper, 2016/11/24
- Re: [MULTIBOOT2 DOC PATCH v2 05/11] multiboot2: Add description of support for EFI boot services, Andrei Borzenkov, 2016/11/28