From: Daniel Kiper Date: Thu, 9 Jun 2016 19:45:25 +0000 (+0200) Subject: multiboot2: Replace redundant if with the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad6b6cdc4dd607badb372b7d3e127b91b1bfd8bf;p=thirdparty%2Fgrub.git multiboot2: Replace redundant if with the Signed-off-by: Daniel Kiper Reviewed-by: Konrad Rzeszutek Wilk --- diff --git a/doc/multiboot.texi b/doc/multiboot.texi index 661a1a87c..42430ca8d 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -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}.