qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix spelling in comment.
@ 2009-06-06 15:00 Stefan Weil
  2009-06-06 15:19 ` Blue Swirl
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Weil @ 2009-06-06 15:00 UTC (permalink / raw)
  To: QEMU Developers

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 vnc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vnc.c b/vnc.c
index 41defc2..dbbeb14 100644
--- a/vnc.c
+++ b/vnc.c
@@ -65,7 +65,7 @@ static char *addr_to_string(const char *format,
     }
 
     /* Enough for the existing format + the 2 vars we're
-     * subsituting in. */
+     * substituting in. */
     addrlen = strlen(format) + strlen(host) + strlen(serv);
     addr = qemu_malloc(addrlen + 1);
     snprintf(addr, addrlen, format, host, serv);
-- 
1.5.6.5

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

* Re: [Qemu-devel] [PATCH] Fix spelling in comment.
  2009-06-06 15:00 Stefan Weil
@ 2009-06-06 15:19 ` Blue Swirl
  0 siblings, 0 replies; 5+ messages in thread
From: Blue Swirl @ 2009-06-06 15:19 UTC (permalink / raw)
  To: Stefan Weil; +Cc: QEMU Developers

On 6/6/09, Stefan Weil <weil@mail.berlios.de> wrote:
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>

Thanks, applied.

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

* [Qemu-devel] [PATCH] Fix spelling in comment.
@ 2009-08-31 19:42 Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2009-08-31 19:42 UTC (permalink / raw)
  To: qemu-devel

The company which made Virtual PC was Connectix.
They use the magic string "conectix" in their disk images.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 block/vpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/vpc.c b/block/vpc.c
index 6be24bf..950ad58 100644
--- a/block/vpc.c
+++ b/block/vpc.c
@@ -1,5 +1,5 @@
 /*
- * Block driver for Conectix/Microsoft Virtual PC images
+ * Block driver for Connectix / Microsoft Virtual PC images
  *
  * Copyright (c) 2005 Alex Beregszaszi
  * Copyright (c) 2009 Kevin Wolf <kwolf@suse.de>
-- 
1.5.6.5

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

* [Qemu-devel] [PATCH] Fix spelling in comment
@ 2009-09-17 17:06 Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2009-09-17 17:06 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Paul Brook

replace Convery -> Convert

Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 hw/qdev.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/qdev.h b/hw/qdev.h
index 623ded5..dfdad90 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -132,7 +132,7 @@ CharDriverState *qdev_init_chardev(DeviceState *dev);
 
 BusState *qdev_get_parent_bus(DeviceState *dev);
 
-/* Convery from a base type to a parent type, with compile time checking.  */
+/* Convert from a base type to a parent type, with compile time checking.  */
 #ifdef __GNUC__
 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \
     char __attribute__((unused)) offset_must_be_zero[ \
-- 
1.5.6.5

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

* [Qemu-devel] [PATCH] Fix spelling in comment
@ 2009-09-20 18:48 Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2009-09-20 18:48 UTC (permalink / raw)
  To: qemu-devel

registrs -> registers

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 hostregs_helper.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hostregs_helper.h b/hostregs_helper.h
index 9f0872d..3a0bece 100644
--- a/hostregs_helper.h
+++ b/hostregs_helper.h
@@ -1,5 +1,5 @@
 /*
- *  Save/restore host registrs.
+ *  Save/restore host registers.
  *
  *  Copyright (c) 2007 CodeSourcery
  *
-- 
1.5.6.5

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

end of thread, other threads:[~2009-09-20 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-17 17:06 [Qemu-devel] [PATCH] Fix spelling in comment Stefan Weil
  -- strict thread matches above, loose matches on Subject: below --
2009-09-20 18:48 Stefan Weil
2009-08-31 19:42 Stefan Weil
2009-06-06 15:00 Stefan Weil
2009-06-06 15:19 ` Blue Swirl

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