summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnthony Liguori2012-05-14 17:06:50 +0200
committerAnthony Liguori2012-05-14 17:06:50 +0200
commit82ac96a72b860f6a4f125edd12f85cb21b3d66bf (patch)
treed0df62dba6fa89870cb1cbafdc412ba2c0b81446 /tests
parentqdev: fix -device foo,? (diff)
parentqemu-doc: Use QEMU instead of qemu for product name (diff)
downloadqemu-82ac96a72b860f6a4f125edd12f85cb21b3d66bf.tar.gz
qemu-82ac96a72b860f6a4f125edd12f85cb21b3d66bf.tar.xz
qemu-82ac96a72b860f6a4f125edd12f85cb21b3d66bf.zip
Merge remote-tracking branch 'sweil/for-1.1' into staging
* sweil/for-1.1: qemu-doc: Use QEMU instead of qemu for product name qemu-doc: Fix executable name in examples qemu-doc: Add missing parameter in description of -D option configure: Use QEMU instead of Qemu fix some common typos qemu-timer: Fix wrong error message
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/test-mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/test-mmap.c b/tests/tcg/test-mmap.c
index c67174a260..c418b67660 100644
--- a/tests/tcg/test-mmap.c
+++ b/tests/tcg/test-mmap.c
@@ -3,7 +3,7 @@
*
* When running qemu-linux-user with the -p flag, you may need to tell
* this test program about the pagesize because getpagesize() will not reflect
- * the -p choice. Simply pass one argument beeing the pagesize.
+ * the -p choice. Simply pass one argument being the pagesize.
*
* Copyright (c) 2007 AXIS Communications AB
* Written by Edgar E. Iglesias.