summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Weil2010-07-11 18:34:28 +0200
committerBlue Swirl2010-07-11 19:29:31 +0200
commit1f5c3f8ca12ba79ff8eae7b982c522a1e6600b75 (patch)
treebf3f3693457ece6021fc360a28abb683903929fe
parentMakefile: Not every shell support {} (diff)
downloadqemu-1f5c3f8ca12ba79ff8eae7b982c522a1e6600b75.tar.gz
qemu-1f5c3f8ca12ba79ff8eae7b982c522a1e6600b75.tar.xz
qemu-1f5c3f8ca12ba79ff8eae7b982c522a1e6600b75.zip
Documentation: Fix spelling bugs
rewuired -> required ths -> this Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
-rw-r--r--qemu-doc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index e2c8e56380..e67bf44ff3 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -2138,8 +2138,8 @@ Set the x86 stack size in bytes (default=524288)
Select CPU model (-cpu ? for list and additional feature selection)
@item -B offset
Offset guest address by the specified number of bytes. This is useful when
-the address region rewuired by guest applications is reserved on the host.
-Ths option is currently only supported on some hosts.
+the address region required by guest applications is reserved on the host.
+This option is currently only supported on some hosts.
@item -R size
Pre-allocate a guest virtual address space of the given size (in bytes).
"G", "M", and "k" suffixes may be used when specifying the size.