summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio G. Cota2018-11-28 16:34:23 +0100
committerLaurent Vivier2018-12-18 14:57:48 +0100
commitcf9258ce168d4e709a196c59ec40cda869b8fcc8 (patch)
tree2ac48f0635428832ce5a74588bf7bd499f527cc4
parentMerge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into staging (diff)
downloadqemu-cf9258ce168d4e709a196c59ec40cda869b8fcc8.tar.gz
qemu-cf9258ce168d4e709a196c59ec40cda869b8fcc8.tar.xz
qemu-cf9258ce168d4e709a196c59ec40cda869b8fcc8.zip
docs/devel/build-system: fix 'softmu' typo
Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20181128153423.11916-1-cota@braap.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--docs/devel/build-system.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/build-system.txt b/docs/devel/build-system.txt
index 52501f2ad9..f9fd27fab0 100644
--- a/docs/devel/build-system.txt
+++ b/docs/devel/build-system.txt
@@ -393,7 +393,7 @@ all use $(obj) as a prefix to the target, e.g.
This file provides the entry point used to build each individual system
or userspace emulator target. Each enabled target has its own
subdirectory. For example if configure is run with the argument
-'--target-list=x86_64-softmmu', then a sub-directory 'x86_64-softmu'
+'--target-list=x86_64-softmmu', then a sub-directory 'x86_64-softmmu'
will be created, containing a 'Makefile' which symlinks back to
Makefile.target