]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix a typo reported by Bogdan
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 21 Jan 2010 19:07:33 +0000 (20:07 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 21 Jan 2010 19:07:33 +0000 (20:07 +0100)
doc/multiboot.texi

index cb5d277f02fc9f2abb2a3e3c97fc4d931ef33c28..6267efd4259aad8f97ce097bd717d066edf031e4 100644 (file)
@@ -360,9 +360,9 @@ The layout of the Multiboot header must be as follows:
 @item Offset @tab Type  @tab Field Name   @tab Note
 @item 0      @tab u32 @tab magic          @tab required
 @item 4      @tab u32 @tab architecture   @tab required
-@item 4      @tab u32 @tab header_length  @tab required
-@item      @tab u32 @tab checksum       @tab required
-@item 12     @tab u32 @tab tags           @tab required
+@item 8      @tab u32 @tab header_length  @tab required
+@item 12     @tab u32 @tab checksum       @tab required
+@item 16     @tab u32 @tab tags           @tab required
 @end multitable
 
 The fields @samp{magic}, @samp{architecture}, @samp{header_length} and @samp{checksum} are defined in @ref{Header magic fields}, @samp{tags}