In the same line of the comment, "miscellaneous" is also spelled
incorrectly.

On Mon, May 25, 2015 at 3:13 AM, Paul Menzel <
paulepan...@users.sourceforge.net> wrote:

> Date: Sun, 24 May 2015 23:27:46 +0200
>
> Run the command below
>
>         $ git grep -l schedulded | xargs sed -i 's/schedulded/scheduled/g'
>
> and revert the change in `ChangeLog-2015`.
> ---
>  gentpl.py             | 2 +-
>  grub-core/disk/ahci.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gentpl.py b/gentpl.py
> index f177883..b0ef79f 100644
> --- a/gentpl.py
> +++ b/gentpl.py
> @@ -82,7 +82,7 @@ GROUPS["softdiv"] = GROUPS["arm"] + ["ia64_efi"]
>  GROUPS["no_softdiv"]   = GRUB_PLATFORMS[:]
>  for i in GROUPS["softdiv"]: GROUPS["no_softdiv"].remove(i)
>
> -# Miscelaneous groups schedulded to disappear in future
> +# Miscelaneous groups scheduled to disappear in future
>  GROUPS["i386_coreboot_multiboot_qemu"] = ["i386_coreboot",
> "i386_multiboot", "i386_qemu"]
>  GROUPS["nopc"] = GRUB_PLATFORMS[:]; GROUPS["nopc"].remove("i386_pc")
>
> diff --git a/grub-core/disk/ahci.c b/grub-core/disk/ahci.c
> index 7f75724..4e8619c 100644
> --- a/grub-core/disk/ahci.c
> +++ b/grub-core/disk/ahci.c
> @@ -1002,7 +1002,7 @@ grub_ahci_readwrite_real (struct grub_ahci_device
> *dev,
>    if (parms->write)
>      grub_memcpy ((char *) grub_dma_get_virt (bufc), parms->buffer,
> parms->size);
>
> -  grub_dprintf ("ahci", "AHCI command schedulded\n");
> +  grub_dprintf ("ahci", "AHCI command scheduled\n");
>    grub_dprintf ("ahci", "AHCI tfd = %x\n",
>                 dev->hba->ports[dev->port].task_file_data);
>    grub_dprintf ("ahci", "AHCI inten = %x\n",
> --
> 2.1.4
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
>
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to