diff options
author | Stefan Weil <sw@weilnetz.de> | 2018-07-13 14:17:27 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2018-09-25 17:26:18 +0200 |
commit | 963e64a486512914231a99716c8775c71e438e0c (patch) | |
tree | b8acfc6493227dbc62b270a387bb7934eb8e289c /docs/replay.txt | |
parent | 55d38d10b84a256ca80484eb5114a4824608b85e (diff) | |
download | qemu-963e64a486512914231a99716c8775c71e438e0c.zip |
docs: Fix some typos (most found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/replay.txt')
-rw-r--r-- | docs/replay.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/replay.txt b/docs/replay.txt index 2e21e9ccb0..3497585f5a 100644 --- a/docs/replay.txt +++ b/docs/replay.txt @@ -320,7 +320,7 @@ Here is the list of events that are written into the log: async event id from the following list: - REPLAY_ASYNC_EVENT_BH. Bottom-half callback. This event synchronizes callbacks that affect virtual machine state, but normally called - asyncronously. + asynchronously. Argument: 8-byte operation id. - REPLAY_ASYNC_EVENT_INPUT. Input device event. Contains parameters of keyboard and mouse input operations |