aboutsummaryrefslogtreecommitdiff
path: root/docs/replay.txt
diff options
context:
space:
mode:
authorLike Xu <like.xu@linux.intel.com>2019-02-20 13:27:26 +0800
committerLaurent Vivier <laurent@vivier.eu>2019-03-06 10:40:21 +0100
commit806be3734c3c55357f15ab6548df86433f81859f (patch)
treeba9f4e26502a7adf0e36f883fcbd3ec2b028cd70 /docs/replay.txt
parentd80cf1eb2e87df3a9bfb226bcc7fb3a1aa858817 (diff)
downloadqemu-806be3734c3c55357f15ab6548df86433f81859f.zip
qemu-806be3734c3c55357f15ab6548df86433f81859f.tar.gz
qemu-806be3734c3c55357f15ab6548df86433f81859f.tar.bz2
doc: fix typos for documents in tree
Signed-off-by: Like Xu <like.xu@linux.intel.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1550640446-18788-1-git-send-email-like.xu@linux.intel.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/replay.txt')
-rw-r--r--docs/replay.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/replay.txt b/docs/replay.txt
index 3497585..ee6aee9 100644
--- a/docs/replay.txt
+++ b/docs/replay.txt
@@ -290,7 +290,7 @@ E.g., '-serial stdio' in record mode, and '-serial null' in replay mode.
Replay log format
-----------------
-Record/replay log consits of the header and the sequence of execution
+Record/replay log consists of the header and the sequence of execution
events. The header includes 4-byte replay version id and 8-byte reserved
field. Version is updated every time replay log format changes to prevent
using replay log created by another build of qemu.