From: Andrei Borzenkov <arvidjaar@gmail.com>
To: "richardvoigt@gmail.com" <richardvoigt@gmail.com>
Cc: The development of GNU GRUB <grub-devel@gnu.org>,
Paul Menzel <paulepanter@users.sourceforge.net>
Subject: Re: [PATCH] Correct spelling of *scheduled*
Date: Sat, 30 May 2015 10:08:06 +0300 [thread overview]
Message-ID: <20150530100806.7fae1167@opensuse.site> (raw)
In-Reply-To: <CAO_2OxXdB8Ns7a70rq+8UQ67s4rvg7Ai4WWBn5Syjh87YcNNUA@mail.gmail.com>
applied both. Thanks!
В Mon, 25 May 2015 10:59:52 -0500
"richardvoigt@gmail.com" <richardvoigt@gmail.com> пишет:
> In the same line of the comment, "miscellaneous" is also spelled
> incorrectly.
>
> On Mon, May 25, 2015 at 3:13 AM, Paul Menzel <
> paulepanter@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
> >
> >
prev parent reply other threads:[~2015-05-30 7:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-25 8:13 [PATCH] Correct spelling of *scheduled* Paul Menzel
2015-05-25 15:59 ` richardvoigt
2015-05-30 7:08 ` Andrei Borzenkov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150530100806.7fae1167@opensuse.site \
--to=arvidjaar@gmail.com \
--cc=grub-devel@gnu.org \
--cc=paulepanter@users.sourceforge.net \
--cc=richardvoigt@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.