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