]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Typos, spacing
authorproski <proski@localhost>
Mon, 4 Aug 2008 22:50:09 +0000 (22:50 +0000)
committerproski <proski@localhost>
Mon, 4 Aug 2008 22:50:09 +0000 (22:50 +0000)
ChangeLog

index 6e5bbeefcb6e6f58c7ca33dda5eed82868f0dc6f..26a7d3adcf1b8428e2afd3f9045737604c27835d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,7 +45,7 @@
        * kern/i386/pc/init.c (make_install_device): Check for `grub_prefix'
        instead of `grub_install_dos_part' to determine whether a drive needs
        to be prepended to prefix (`grub_install_dos_part' is not reliable,
-       because it can be overriden when loading GRUB via Multiboot).
+       because it can be overridden when loading GRUB via Multiboot).
 
 2008-08-02  Robert Millan  <rmh@aybabtu.com>
 
        (backward_relocator): New variables.  Used to allocate and relocate
        the payload, respectively.
        (grub_multiboot_load_elf32): Load into heap instead of requested
-       address, install the appropiate relocator code in each bound of
+       address, install the appropriate relocator code in each bound of
        the payload, and set the entry point such that
        grub_multiboot_real_boot() will jump to one of them.
 
 
        * kern/i386/ieee1275/startup.S: Include `<grub/machine/kernel.h>'.
        (start): Insert a data section, with `grub_prefix' variable.
-        * kern/i386/linuxbios/startup.S: Likewise.
+       * kern/i386/linuxbios/startup.S: Likewise.
 
        * include/grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix):
        New variable reference.