* [PATCH] Correct spelling of *scheduled*
@ 2015-05-25 8:13 Paul Menzel
2015-05-25 15:59 ` richardvoigt
0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2015-05-25 8:13 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1459 bytes --]
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
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Correct spelling of *scheduled*
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
0 siblings, 1 reply; 3+ messages in thread
From: richardvoigt @ 2015-05-25 15:59 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]
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
>
>
[-- Attachment #2: Type: text/html, Size: 2742 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Correct spelling of *scheduled*
2015-05-25 15:59 ` richardvoigt
@ 2015-05-30 7:08 ` Andrei Borzenkov
0 siblings, 0 replies; 3+ messages in thread
From: Andrei Borzenkov @ 2015-05-30 7:08 UTC (permalink / raw)
To: richardvoigt@gmail.com; +Cc: The development of GNU GRUB, Paul Menzel
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
> >
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-30 7:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).