From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqZ3M-0003UY-2Y for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:24 -0500 Received: from [199.232.76.173] (port=48845 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqZ3L-0003U9-LI for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NqZ3K-0006x2-Bi for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:23 -0500 Received: from mail.freegeek.org ([67.51.72.37]:53118 helo=george.freegeek.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NqZ3K-0006vO-0a for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:22 -0500 Date: Sat, 13 Mar 2010 13:38:59 -0800 From: Vagrant Cascadian Subject: Re: [Qemu-devel] spelling typo (compatibilty) in hw/fw_cfg.c Message-ID: <20100313213859.GF8032@claws.fglan> References: <20100312182633.GC8032@claws.fglan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Sat, Mar 13, 2010 at 01:05:03PM +0200, Blue Swirl wrote: > On 3/12/10, Vagrant Cascadian wrote: > > here's a trivial patch to fix the spelling of "compatibility": > > Please add a Signed-off-by: line. hope this is what you're looking for: Signed-off-by: Vagrant Cascadian > > > > diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c > > index fe6c543..22ebb50 100644 > > --- a/hw/fw_cfg.c > > +++ b/hw/fw_cfg.c > > @@ -179,7 +179,7 @@ static int get_uint32_as_uint16(QEMUFile *f, void *pv, size_t size) > > > > static void put_unused(QEMUFile *f, void *pv, size_t size) > > { > > - fprintf(stderr, "uint32_as_uint16 is only used for backward compatibilty.\n"); > > + fprintf(stderr, "uint32_as_uint16 is only used for backward compatibility.\n"); > > fprintf(stderr, "This functions shouldn't be called.\n"); > > } live well, vagrant