Re: [Qemu-devel] [PATCH] fix old typos in help header

2010-05-01 Thread Blue Swirl
Thanks, applied. On 4/28/10, Thomas Monjalon wrote: > From: Thomas Monjalon > > 1) Qemu is not only a PC emulator. > 2) "image image" has already been changed to "disk image" in qemu-doc.texi > > Signed-off-by: Thomas Monjalon > --- > vl.c |4 ++-- > 1 files changed, 2 insertions(+),

[Qemu-devel] [PATCH] fix old typos in help header

2010-04-28 Thread Thomas Monjalon
From: Thomas Monjalon 1) Qemu is not only a PC emulator. 2) "image image" has already been changed to "disk image" in qemu-doc.texi Signed-off-by: Thomas Monjalon --- vl.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index a485c58..5e03b72 100644 ---