2009-05-04 Pavel Roskin <proski@gnu.org>
* disk/ata.c: Spelling fixes. * disk/raid.c: Likewise. * disk/usbms.c: Likewise. * disk/dmraid_nvidia.c: Likewise. * kern/ieee1275/openfw.c: Likewise. * kern/ieee1275/init.c: Likewise. * kern/ieee1275/cmain.c: Likewise. * boot/i386/pc/cdboot.S: Likewise. * video/readers/png.c: Likewise. * video/i386/pc/vbe.c: Likewise. * fs/udf.c: Likewise. * fs/hfs.c: Likewise. * fs/reiserfs.c: Likewise. * efiemu/runtime/efiemu.c: Likewise. * efiemu/main.c: Likewise. * efiemu/mm.c: Likewise. * include/grub/elf.h: Likewise. * include/grub/xnu.h: Likewise. * include/grub/usbdesc.h: Likewise. * include/grub/usb.h: Likewise. * include/grub/script_sh.h: Likewise. * include/grub/lib/LzmaEnc.h: Likewise. * include/grub/efiemu/efiemu.h: Likewise. * include/grub/command.h: Likewise. * normal/menu.c: Likewise. * normal/main.c: Likewise. * normal/datetime.c: Likewise. * bus/usb/uhci.c: Likewise. * mmap/i386/uppermem.c: Likewise. * mmap/mmap.c: Likewise. * commands/acpi.c: Likewise. * commands/test.c: Likewise. * partmap/apple.c: Likewise. * font/font.c: Likewise. * loader/sparc64/ieee1275/linux.c: Likewise. * loader/macho.c: Likewise. * loader/i386/bsd_trampoline.S: Likewise. * loader/i386/bsd.c: Likewise. * loader/xnu.c: Likewise. * term/i386/pc/vesafb.c: Likewise. * term/usb_keyboard.c: Likewise. * util/resolve.c: Likewise. * util/getroot.c: Likewise.
This commit is contained in:
parent
0cfc0083de
commit
4241d2b13a
44 changed files with 130 additions and 84 deletions
4
fs/hfs.c
4
fs/hfs.c
|
@ -124,7 +124,7 @@ struct grub_hfs_extent_key
|
|||
grub_uint16_t first_block;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
/* A dirrect record. This is used to find out the directory ID. */
|
||||
/* A directory record. This is used to find out the directory ID. */
|
||||
struct grub_hfs_dirrec
|
||||
{
|
||||
/* For a directory, type == 1. */
|
||||
|
@ -744,7 +744,7 @@ grub_hfs_find_node (struct grub_hfs_data *data, char *key,
|
|||
else
|
||||
cmp = grub_hfs_cmp_extkeys (rec->key, (void *) key);
|
||||
|
||||
/* If the key is smaller or equal to the currect node, mark the
|
||||
/* If the key is smaller or equal to the current node, mark the
|
||||
entry. In case of a non-leaf mode it will be used to lookup
|
||||
the rest of the tree. */
|
||||
if (cmp <= 0)
|
||||
|
|
|
@ -809,7 +809,7 @@ grub_reiserfs_iterate_dir (grub_fshelp_node_t item,
|
|||
grub_uint32_t entry_block_number;
|
||||
/* Order is very important here.
|
||||
First set the offset to 0 using current key version.
|
||||
Then change the key type, which influes on key version
|
||||
Then change the key type, which affects key version
|
||||
detection. */
|
||||
grub_reiserfs_set_key_offset (&entry_key, 0);
|
||||
grub_reiserfs_set_key_type (&entry_key, GRUB_REISERFS_STAT,
|
||||
|
|
2
fs/udf.c
2
fs/udf.c
|
@ -570,7 +570,7 @@ grub_udf_mount (grub_disk_t disk)
|
|||
}
|
||||
|
||||
data->npd = data->npm = 0;
|
||||
/* Locate Partiton Descriptor (PD) and Logical Volume Descriptor (LVD). */
|
||||
/* Locate Partition Descriptor (PD) and Logical Volume Descriptor (LVD). */
|
||||
while (1)
|
||||
{
|
||||
struct grub_udf_tag tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue