From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YwnW4-0007dI-P9 for mharc-grub-devel@gnu.org; Mon, 25 May 2015 04:13:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwnW2-0007aP-Mp for grub-devel@gnu.org; Mon, 25 May 2015 04:13:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwnVz-0001eD-Gn for grub-devel@gnu.org; Mon, 25 May 2015 04:13:42 -0400 Received: from mail.gw90.de ([2a01:4f8:100:7463::3]:45886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwnVz-0001dp-AJ for grub-devel@gnu.org; Mon, 25 May 2015 04:13:39 -0400 Received: from p57aae46d.dip0.t-ipconnect.de ([87.170.228.109] helo=mattotaupa) by mail.gw90.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YwnVt-00052d-J3 for grub-devel@gnu.org; Mon, 25 May 2015 08:13:33 +0000 Message-ID: <1432541604.4719.23.camel@users.sourceforge.net> Subject: [PATCH] Correct spelling of *scheduled* From: Paul Menzel To: grub-devel@gnu.org Date: Mon, 25 May 2015 10:13:24 +0200 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-BeuCkOpZ9+t7MTACbGXA" X-Mailer: Evolution 3.12.12-1 Mime-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:100:7463::3 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 08:13:43 -0000 --=-BeuCkOpZ9+t7MTACbGXA Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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"] =3D GROUPS["arm"] + ["ia64_efi"] GROUPS["no_softdiv"] =3D GRUB_PLATFORMS[:] for i in GROUPS["softdiv"]: GROUPS["no_softdiv"].remove(i) =20 -# Miscelaneous groups schedulded to disappear in future +# Miscelaneous groups scheduled to disappear in future GROUPS["i386_coreboot_multiboot_qemu"] =3D ["i386_coreboot", "i386_multibo= ot", "i386_qemu"] GROUPS["nopc"] =3D GRUB_PLATFORMS[:]; GROUPS["nopc"].remove("i386_pc") =20 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 *de= v, if (parms->write) grub_memcpy ((char *) grub_dma_get_virt (bufc), parms->buffer, parms->= size); =20 - grub_dprintf ("ahci", "AHCI command schedulded\n"); + grub_dprintf ("ahci", "AHCI command scheduled\n"); grub_dprintf ("ahci", "AHCI tfd =3D %x\n", dev->hba->ports[dev->port].task_file_data); grub_dprintf ("ahci", "AHCI inten =3D %x\n", --=20 2.1.4 --=-BeuCkOpZ9+t7MTACbGXA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlVi2asACgkQPX1aK2wOHVhF9gCeNOW3XAWJiUfLQMcFJv+/AO7l GsEAnRTm3gJuJWuvjWKUlCFm7TCebe9U =5MCL -----END PGP SIGNATURE----- --=-BeuCkOpZ9+t7MTACbGXA--