qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] spelling typo (compatibilty) in hw/fw_cfg.c


From: Vagrant Cascadian
Subject: Re: [Qemu-devel] spelling typo (compatibilty) in hw/fw_cfg.c
Date: Sat, 13 Mar 2010 13:38:59 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Mar 13, 2010 at 01:05:03PM +0200, Blue Swirl wrote:
> On 3/12/10, Vagrant Cascadian <address@hidden> 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 <address@hidden>

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




reply via email to

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