qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix two typos
Date: Sat, 23 Jun 2007 23:01:00 +0200	[thread overview]
Message-ID: <467D8A0C.9090202@mail.berlios.de> (raw)
In-Reply-To: <20070622222521.GA15407@farad.aurel32.net>

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

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



[-- Attachment #2: fdc.patch --]
[-- Type: text/x-diff, Size: 690 bytes --]

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	other threads:[~2007-06-23 21:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-22 22:25 [Qemu-devel] [PATCH] Fix two typos Aurelien Jarno
2007-06-23 21:01 ` Stefan Weil [this message]
2007-06-26 17:19   ` Stefan Weil
2007-06-26 17:25     ` Bernhard Fischer
2007-06-26 20:23       ` Stefan Weil
2007-06-26 21:35         ` Jonathan Kalbfeld
2007-06-26 21:42           ` andrzej zaborowski
2007-07-03 19:28         ` Chris Wilson
2007-07-03 19:48           ` Jason Gress
2007-07-03 20:35           ` Stefan Weil
2007-07-02 18:48   ` Stuart Brady

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=467D8A0C.9090202@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).