]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-02-09 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 9 Feb 2010 13:36:17 +0000 (14:36 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 9 Feb 2010 13:36:17 +0000 (14:36 +0100)
* doc/multiboot.texi: Fix a typo.
Reported by: Trond

ChangeLog
doc/multiboot.texi

index 0966aaddaf34a7b5ef3793fca7ce9783d6f6b61d..b8ce5673b9001fc6cef79e108bd37123b37dc71c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-09  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * doc/multiboot.texi: Fix a typo.
+       Reported by: Trond
+
 2010-01-20  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * doc/multiboot.texi: Define NVS and ACPI memory types.
index 96809b1ccbfcdc06aa4900e05950a468018d8b16..631897a15180352f271fefc07cba362922c428ba 100644 (file)
@@ -714,7 +714,7 @@ indicate to the kernel what boot modules were loaded along with the
 kernel image, and where they can be found. @samp{mods_count} contains
 the number of modules loaded; @samp{mods_addr} contains the physical
 address of the first module structure. @samp{mods_count} may be zero,
-indicating no boot modules were loaded, even if bit 1 of @samp{flags} is
+indicating no boot modules were loaded, even if bit 3 of @samp{flags} is
 set. Each module structure is formatted as follows:
 
 @example