qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] checkrom: Fix typo in error message
@ 2015-03-19 16:23 Andreas Färber
  2015-03-20  0:07 ` Alistair Francis
  2015-03-21  0:35 ` Kevin O'Connor
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Färber @ 2015-03-19 16:23 UTC (permalink / raw)
  To: seabios; +Cc: kraxel, Andreas Färber, qemu-devel

increate -> increase

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 scripts/checkrom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkrom.py b/scripts/checkrom.py
index 377277d..aced5e2 100755
--- a/scripts/checkrom.py
+++ b/scripts/checkrom.py
@@ -39,7 +39,7 @@ def main():
                 finalsize = 256*1024
     if datasize > finalsize:
         print("Error!  ROM doesn't fit (%d > %d)" % (datasize, finalsize))
-        print("   You have to either increate the size (CONFIG_ROM_SIZE)")
+        print("   You have to either increase the size (CONFIG_ROM_SIZE)")
         print("   or turn off some features (such as hardware support not")
         print("   needed) to make it fit.  Trying a more recent gcc version")
         print("   might work too.")
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] checkrom: Fix typo in error message
  2015-03-19 16:23 [Qemu-devel] [PATCH] checkrom: Fix typo in error message Andreas Färber
@ 2015-03-20  0:07 ` Alistair Francis
  2015-03-21  0:35 ` Kevin O'Connor
  1 sibling, 0 replies; 3+ messages in thread
From: Alistair Francis @ 2015-03-20  0:07 UTC (permalink / raw)
  To: Andreas Färber
  Cc: seabios, Gerd Hoffmann, qemu-devel@nongnu.org Developers

On Fri, Mar 20, 2015 at 2:23 AM, Andreas Färber <afaerber@suse.de> wrote:
> increate -> increase
>
> Signed-off-by: Andreas Färber <afaerber@suse.de>

Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>

Thanks,

Alistair

> ---
>  scripts/checkrom.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/checkrom.py b/scripts/checkrom.py
> index 377277d..aced5e2 100755
> --- a/scripts/checkrom.py
> +++ b/scripts/checkrom.py
> @@ -39,7 +39,7 @@ def main():
>                  finalsize = 256*1024
>      if datasize > finalsize:
>          print("Error!  ROM doesn't fit (%d > %d)" % (datasize, finalsize))
> -        print("   You have to either increate the size (CONFIG_ROM_SIZE)")
> +        print("   You have to either increase the size (CONFIG_ROM_SIZE)")
>          print("   or turn off some features (such as hardware support not")
>          print("   needed) to make it fit.  Trying a more recent gcc version")
>          print("   might work too.")
> --
> 2.1.4
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] checkrom: Fix typo in error message
  2015-03-19 16:23 [Qemu-devel] [PATCH] checkrom: Fix typo in error message Andreas Färber
  2015-03-20  0:07 ` Alistair Francis
@ 2015-03-21  0:35 ` Kevin O'Connor
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin O'Connor @ 2015-03-21  0:35 UTC (permalink / raw)
  To: Andreas Färber; +Cc: seabios, kraxel, qemu-devel

On Thu, Mar 19, 2015 at 05:23:19PM +0100, Andreas Färber wrote:
> increate -> increase
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>

Thanks - I added it to my queue.

-Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-21  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 16:23 [Qemu-devel] [PATCH] checkrom: Fix typo in error message Andreas Färber
2015-03-20  0:07 ` Alistair Francis
2015-03-21  0:35 ` Kevin O'Connor

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