]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
multiboot2: Replace redundant if with the
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 9 Jun 2016 19:45:25 +0000 (21:45 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 14 Dec 2016 13:03:45 +0000 (14:03 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
doc/multiboot.texi

index 661a1a87cd90a0972935dc5329c7c49fa213a4f3..42430ca8de5b39a841d1812f88654b88ee8f565f 100644 (file)
@@ -419,7 +419,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}.