Fix typos, spacing
This commit is contained in:
parent
57a55913e0
commit
75421ca9ea
1 changed files with 8 additions and 8 deletions
10
ChangeLog
10
ChangeLog
|
@ -39,7 +39,7 @@
|
|||
Change void *vnode to grub_uint32_t unused.
|
||||
(grub_afs_iterate_dir): Check that key_size is positive.
|
||||
(grub_afs_mount): Don't read superblock twice.
|
||||
(grub_afs_dir): Don't free node in case of errorx
|
||||
(grub_afs_dir): Don't free node in case of error,
|
||||
grub_fshelp_find_file already handles this.
|
||||
(grub_afs_open): Likewise.
|
||||
|
||||
|
@ -354,7 +354,7 @@
|
|||
|
||||
Fix grub-emu build on sparc64-ieee1275.
|
||||
|
||||
* conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Syncronize with ...
|
||||
* conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Synchronize with ...
|
||||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): ... this.
|
||||
|
||||
2009-07-01 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
@ -416,7 +416,7 @@
|
|||
|
||||
* include/grub/i386/linux.h (GRUB_LINUX_FLAG_QUIET): New macro.
|
||||
* loader/i386/linux.c (grub_cmd_linux): Recognize "quiet" option,
|
||||
and set GRUB_LINUX_FLAG_QUIET appropiately.
|
||||
and set GRUB_LINUX_FLAG_QUIET appropriately.
|
||||
|
||||
2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
|
@ -442,7 +442,7 @@
|
|||
|
||||
* loader/i386/linux.c (grub_cmd_linux): Don't call grub_error when
|
||||
file can't be opened. grub_file_open() is already supposed to set
|
||||
grub_errno / grub_errmsg appropiately.
|
||||
grub_errno / grub_errmsg appropriately.
|
||||
* loader/i386/pc/linux.c (grub_cmd_linux): Likewise.
|
||||
|
||||
2009-06-27 Pavel Roskin <proski@gnu.org>
|
||||
|
@ -593,7 +593,7 @@
|
|||
Fix asm file handling on ELF, and remove workarounds.
|
||||
|
||||
* genmk.rb (class Programs): Detect assembly files, and set ASFLAGS
|
||||
and -DASM_FILE=1 appropiately (copied from `class Images' stanza).
|
||||
and -DASM_FILE=1 appropriately (copied from `class Images' stanza).
|
||||
* kern/i386/ieee1275/startup.S (ASM_FILE): Remove macro.
|
||||
* kern/i386/coreboot/startup.S (ASM_FILE): Likewise.
|
||||
|
||||
|
|
Loading…
Reference in a new issue