qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix two typos


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] Fix two typos
Date: Sat, 23 Jun 2007 23:01:00 +0200
User-agent: IceDove 1.5.0.12 (X11/20070607)

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


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) {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]