From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2Cjg-0000Bj-3Q for qemu-devel@nongnu.org; Sat, 23 Jun 2007 17:01:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2Cjd-00007g-WB for qemu-devel@nongnu.org; Sat, 23 Jun 2007 17:01:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2Cjd-00007I-Qz for qemu-devel@nongnu.org; Sat, 23 Jun 2007 17:01:33 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2Cjd-0001pv-59 for qemu-devel@nongnu.org; Sat, 23 Jun 2007 17:01:33 -0400 Message-ID: <467D8A0C.9090202@mail.berlios.de> Date: Sat, 23 Jun 2007 23:01:00 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix two typos References: <20070622222521.GA15407@farad.aurel32.net> In-Reply-To: <20070622222521.GA15407@farad.aurel32.net> Content-Type: multipart/mixed; boundary="------------050209040201080606080303" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------050209040201080606080303 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Aurelien Jarno schrieb: > Hi, > > The patch below, taken from the Debian package, fixes two typos: > ... > - formating -> formatting > > Bye, > Aurelien Here is one more "formating" patch. Regards, Stefan --------------050209040201080606080303 Content-Type: text/x-diff; name="fdc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fdc.patch" Index: hw/fdc.c =================================================================== RCS file: /sources/qemu/qemu/hw/fdc.c,v retrieving revision 1.24 diff -u -b -B -r1.24 fdc.c --- hw/fdc.c 19 May 2007 12:58:29 -0000 1.24 +++ hw/fdc.c 23 Jun 2007 20:37:54 -0000 @@ -1268,7 +1268,7 @@ memset(fdctrl->fifo, 0, FD_SECTOR_LEN); if (cur_drv->bs == NULL || bdrv_write(cur_drv->bs, fd_sector(cur_drv), fdctrl->fifo, 1) < 0) { - FLOPPY_ERROR("formating sector %d\n", fd_sector(cur_drv)); + FLOPPY_ERROR("formatting sector %d\n", fd_sector(cur_drv)); fdctrl_stop_transfer(fdctrl, 0x60, 0x00, 0x00); } else { if (cur_drv->sect == cur_drv->last_sect) { --------------050209040201080606080303--